Html Css Color HEX #5CAF4B Apple

📋 copy color: '#5CAF4B'

red 92 ◦ green 175 ◦ blue 75

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

Shades of Apple #5CAF4B

Tints of Apple #5CAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 26.9%
G = 51.17%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#5CAF4B (or 0x5CAF4B) is known color: Apple. HEX triplet: 5C, AF and 4B. RGB value is (92,175,75). Sum of RGB (Red+Green+Blue) = 92+175+75=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAF4B is #A350B4. Grayscale: #8B8B8B. Windows color (decimal): -10703029 or 4960092. OLE color: 4960092.

HSL color Cylindrical-coordinate representation of color #5CAF4B: hue angle of 109.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CAF4B is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 175 75 -
CMYK 0.47 0 0.57 0.31
HSL 109.8º 0.4% 0.49% -
HSV(B) 109.8º 0.57% 0.69% -
XYZ 21.01 33.44 12 -
YUV 138.78 92 94.63 -
System Red Green Blue C M Y K H S L
Decimal 92 175 75 0.47 0 0.57 0.31 109.8 0.4 0.49
Hex 5C AF 4B 2F 0 39 1F 6E 28 31
Octal 134 257 113 57 0 71 37 156 50 61
Binary 1011100 10101111 1001011 101111 0 111001 11111 1101110 101000 110001

Color Harmonies of #5CAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAF4B

Black with #5CAF4B

Text Example


Text Example

White with #5CAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,175,75); }

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

background-color css

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

 a { background-color: rgb(92,175,75); }

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

border-color css

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

 span { border-color: rgb(92,175,75); }

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