Html Css Color HEX #5CB345 Apple

📋 copy color: '#5CB345'

red 92 ◦ green 179 ◦ blue 69

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

Shades of Apple #5CB345

Tints of Apple #5CB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 27.06%
G = 52.65%
B = 20.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#5CB345 (or 0x5CB345) is known color: Apple. HEX triplet: 5C, B3 and 45. RGB value is (92,179,69). Sum of RGB (Red+Green+Blue) = 92+179+69=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB345 is #A34CBA. Grayscale: #8C8C8C. Windows color (decimal): -10702011 or 4567900. OLE color: 4567900.

HSL color Cylindrical-coordinate representation of color #5CB345: hue angle of 107.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB345 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 92 179 69 -
CMYK 0.49 0 0.61 0.30
HSL 107.45º 0.44% 0.49% -
HSV(B) 107.45º 0.61% 0.7% -
XYZ 21.61 34.95 11.24 -
YUV 140.45 87.68 93.44 -
System Red Green Blue C M Y K H S L
Decimal 92 179 69 0.49 0 0.61 0.30 107.45 0.44 0.49
Hex 5C B3 45 31 0 3D 1E 6B 2C 31
Octal 134 263 105 61 0 75 36 153 54 61
Binary 1011100 10110011 1000101 110001 0 111101 11110 1101011 101100 110001

Color Harmonies of #5CB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB345

Black with #5CB345

Text Example


Text Example

White with #5CB345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,179,69); }

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

background-color css

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

 a { background-color: rgb(92,179,69); }

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

border-color css

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

 span { border-color: rgb(92,179,69); }

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