Html Css Color HEX #5CAF12 Kelly Green

📋 copy color: '#5CAF12'

red 92 ◦ green 175 ◦ blue 18

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

Shades of Kelly Green #5CAF12

Tints of Kelly Green #5CAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 32.28%
G = 61.4%
B = 6.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#5CAF12 (or 0x5CAF12) is known color: Kelly Green. HEX triplet: 5C, AF and 12. RGB value is (92,175,18). Sum of RGB (Red+Green+Blue) = 92+175+18=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAF12 is #A350ED. Grayscale: #848484. Windows color (decimal): -10703086 or 1224540. OLE color: 1224540.

HSL color Cylindrical-coordinate representation of color #5CAF12: hue angle of 91.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CAF12 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 175 18 -
CMYK 0.47 0 0.90 0.31
HSL 91.72º 0.81% 0.38% -
HSV(B) 91.72º 0.9% 0.69% -
XYZ 19.85 32.98 5.89 -
YUV 132.29 63.5 99.27 -
System Red Green Blue C M Y K H S L
Decimal 92 175 18 0.47 0 0.90 0.31 91.72 0.81 0.38
Hex 5C AF 12 2F 0 5A 1F 5C 51 26
Octal 134 257 22 57 0 132 37 134 121 46
Binary 1011100 10101111 10010 101111 0 1011010 11111 1011100 1010001 100110

Color Harmonies of #5CAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAF12

Black with #5CAF12

Text Example


Text Example

White with #5CAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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