#5CC70D

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

Shades of Kelly Green #5CC70D

Tints of Kelly Green #5CC70D

Color information

#5CC70D (or 0x5CC70D) is unknown color: approx Kelly Green. HEX triplet: 5C, C7 and 0D. RGB value is (92,199,13). Sum of RGB (Red+Green+Blue) = 92+199+13=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #5CC70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC70D is #A338F2. Grayscale: #929292. Windows color (decimal): -10696947 or 903004. OLE color: 903004.

HSL color Cylindrical-coordinate representation of color #5CC70D: hue angle of 94.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CC70D is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB9219913-
CMYK0.5400.930.22
HSL94.52º87.74%41.57%-
HSV(B)94.52º93.47%78.04%-
XYZ24.9143.157.4-
YUV145.853.0589.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 199 (78.12% from 255) = 65.46%
BLUE value IS 13 (5.47% from 255) = 4.28%
R=30.26%
G=65.46%
B=4.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92199130.5400.930.2294.5287.7441.57
Hex5CC7D3605D165f582a
Octal134307156601352613713052
Binary1011100110001111101110110010111011011010111111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,199,13); }

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

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

 a { background-color: rgb(92,199,13); }

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

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

 span { border-color: rgb(92,199,13); }

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