#5DC30E

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

Shades of Kelly Green #5DC30E

Tints of Kelly Green #5DC30E

Color information

#5DC30E (or 0x5DC30E) is unknown color: approx Kelly Green. HEX triplet: 5D, C3 and 0E. RGB value is (93,195,14). Sum of RGB (Red+Green+Blue) = 93+195+14=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC30E is #A23CF1. Grayscale: #909090. Windows color (decimal): -10632434 or 967517. OLE color: 967517.

HSL color Cylindrical-coordinate representation of color #5DC30E: hue angle of 93.81º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DC30E is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB9319514-
CMYK0.5200.930.24
HSL93.81º86.6%40.98%-
HSV(B)93.81º92.82%76.47%-
XYZ24.1141.397.13-
YUV143.8754.7191.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 195 (76.56% from 255) = 64.57%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=30.79%
G=64.57%
B=4.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93195140.5200.930.2493.8186.640.98
Hex5DC3E3405D185e5729
Octal135303166401353013612751
Binary1011101110000111110110100010111011100010111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,195,14); }

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

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

 a { background-color: rgb(93,195,14); }

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

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

 span { border-color: rgb(93,195,14); }

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