Html Css Color HEX #5CCA14 Kelly Green

📋 copy color: '#5CCA14'

red 92 ◦ green 202 ◦ blue 20

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

Shades of Kelly Green #5CCA14

Tints of Kelly Green #5CCA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 29.3%
G = 64.33%
B = 6.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#5CCA14 (or 0x5CCA14) is known color: Kelly Green. HEX triplet: 5C, CA and 14. RGB value is (92,202,20). Sum of RGB (Red+Green+Blue) = 92+202+20=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CCA14 is #A335EB. Grayscale: #949494. Windows color (decimal): -10696172 or 1362524. OLE color: 1362524.

HSL color Cylindrical-coordinate representation of color #5CCA14: hue angle of 96.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CCA14 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 202 20 -
CMYK 0.54 0 0.90 0.21
HSL 96.26º 0.82% 0.44% -
HSV(B) 96.26º 0.9% 0.79% -
XYZ 25.66 44.57 7.91 -
YUV 148.36 55.56 87.8 -
System Red Green Blue C M Y K H S L
Decimal 92 202 20 0.54 0 0.90 0.21 96.26 0.82 0.44
Hex 5C CA 14 36 0 5A 15 60 52 2C
Octal 134 312 24 66 0 132 25 140 122 54
Binary 1011100 11001010 10100 110110 0 1011010 10101 1100000 1010010 101100

Color Harmonies of #5CCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCA14

Black with #5CCA14

Text Example


Text Example

White with #5CCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,202,20); }

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

background-color css

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

 a { background-color: rgb(92,202,20); }

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

border-color css

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

 span { border-color: rgb(92,202,20); }

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