Html Css Color HEX #5CA852 Apple

📋 copy color: '#5CA852'

red 92 ◦ green 168 ◦ blue 82

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

Shades of Apple #5CA852

Tints of Apple #5CA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.12%

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 26.9%
G = 49.12%
B = 23.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#5CA852 (or 0x5CA852) is known color: Apple. HEX triplet: 5C, A8 and 52. RGB value is (92,168,82). Sum of RGB (Red+Green+Blue) = 92+168+82=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA852 is #A357AD. Grayscale: #878787. Windows color (decimal): -10704814 or 5417052. OLE color: 5417052.

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

Color convert

RGB 92 168 82 -
CMYK 0.45 0 0.51 0.34
HSL 113.02º 0.34% 0.49% -
HSV(B) 113.02º 0.51% 0.66% -
XYZ 19.94 30.89 12.89 -
YUV 135.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 92 168 82 0.45 0 0.51 0.34 113.02 0.34 0.49
Hex 5C A8 52 2D 0 33 22 71 22 31
Octal 134 250 122 55 0 63 42 161 42 61
Binary 1011100 10101000 1010010 101101 0 110011 100010 1110001 100010 110001

Color Harmonies of #5CA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA852

Black with #5CA852

Text Example


Text Example

White with #5CA852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,168,82); }

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

background-color css

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

 a { background-color: rgb(92,168,82); }

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

border-color css

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

 span { border-color: rgb(92,168,82); }

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