Html Css Color HEX #5CBC3D Apple

📋 copy color: '#5CBC3D'

red 92 ◦ green 188 ◦ blue 61

#5CBC3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5CBC3D

Tints of Apple #5CBC3D

RGB

 RED value IS 92 (36.33% from 255) = 26.98%

 GREEN value IS 188 (73.83% from 255) = 55.13%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 26.98%
G = 55.13%
B = 17.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5CBC3D (or 0x5CBC3D) is known color: Apple. HEX triplet: 5C, BC and 3D. RGB value is (92,188,61). Sum of RGB (Red+Green+Blue) = 92+188+61=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC3D is #A343C2. Grayscale: #919191. Windows color (decimal): -10699715 or 4045916. OLE color: 4045916.

HSL color Cylindrical-coordinate representation of color #5CBC3D: hue angle of 105.35º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CBC3D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 188 61 -
CMYK 0.51 0 0.68 0.26
HSL 105.35º 0.51% 0.49% -
HSV(B) 105.35º 0.68% 0.74% -
XYZ 23.24 38.58 10.64 -
YUV 144.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 92 188 61 0.51 0 0.68 0.26 105.35 0.51 0.49
Hex 5C BC 3D 33 0 44 1A 69 33 31
Octal 134 274 75 63 0 104 32 151 63 61
Binary 1011100 10111100 111101 110011 0 1000100 11010 1101001 110011 110001

Color Harmonies of #5CBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC3D

Black with #5CBC3D

Text Example


Text Example

White with #5CBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CBC3D; }

 p { color: rgb(92,188,61); }

 H1.HeaderClassName
 {
   color: #5CBC3D;
 }
 .AnyTagClassName
 {
   color: #5CBC3D;
 }
</style>

background-color css

<style>
 a { background-color: #5CBC3D; }

 a { background-color: rgb(92,188,61); }

 div.DivClassName
 {
   background-color: #5CBC3D;
 }
 .BgClassName
 {
   background-color: #5CBC3D;
 }
</style>

border-color css

<style>
 span { border-color: #5CBC3D; }

 span { border-color: rgb(92,188,61); }

 td.TdClassName
 {
   border-color: #5CBC3D;
 }
 .TagClassName
 {
   border-color: #5CBC3D;
 }
</style>