#5DBE02

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

Shades of Kelly Green #5DBE02

Tints of Kelly Green #5DBE02

Color information

#5DBE02 (or 0x5DBE02) is unknown color: approx Kelly Green. HEX triplet: 5D, BE and 02. RGB value is (93,190,2). Sum of RGB (Red+Green+Blue) = 93+190+2=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBE02 is #A241FD. Grayscale: #8C8C8C. Windows color (decimal): -10633726 or 179805. OLE color: 179805.

HSL color Cylindrical-coordinate representation of color #5DBE02: hue angle of 90.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DBE02 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB931902-
CMYK0.5100.990.25
HSL90.96º97.92%37.65%-
HSV(B)90.96º98.95%74.51%-
XYZ22.9439.166.41-
YUV139.5650.3694.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 190 (74.61% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=32.63%
G=66.67%
B=0.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9319020.5100.990.2590.9697.9237.65
Hex5DBE233063195b6226
Octal13527626301433113314246
Binary10111011011111010110011011000111100110110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,190,2); }

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

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

 a { background-color: rgb(93,190,2); }

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

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

 span { border-color: rgb(93,190,2); }

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