#5CCB1C

Color #5CCB1C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5CCB1C

Tints of Kelly Green #5CCB1C

Color information

#5CCB1C (or 0x5CCB1C) is unknown color: approx Kelly Green. HEX triplet: 5C, CB and 1C. RGB value is (92,203,28). Sum of RGB (Red+Green+Blue) = 92+203+28=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCB1C is #A334E3. Grayscale: #969696. Windows color (decimal): -10695908 or 1887068. OLE color: 1887068.

HSL color Cylindrical-coordinate representation of color #5CCB1C: hue angle of 98.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CCB1C is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB9220328-
CMYK0.5500.860.20
HSL98.06º75.76%45.29%-
HSV(B)98.06º86.21%79.61%-
XYZ25.9845.078.43-
YUV149.8659.2386.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 203 (79.69% from 255) = 62.85%
BLUE value IS 28 (11.33% from 255) = 8.67%
R=28.48%
G=62.85%
B=8.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92203280.5500.860.2098.0675.7645.29
Hex5CCB1C3705614624c2d
Octal134313346701262414211455
Binary10111001100101111100110111010101101010011000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,203,28); }

 H1.HeaderClassName
 {
   color: #5CCB1C;
 }
 .AnyTagClassName
 {
   color: #5CCB1C;
 }
</style>
background-color css

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

 a { background-color: rgb(92,203,28); }

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

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

 span { border-color: rgb(92,203,28); }

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