Html Css Color HEX #5DCB0D Kelly Green

📋 copy color: '#5DCB0D'

red 93 ◦ green 203 ◦ blue 13

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

Shades of Kelly Green #5DCB0D

Tints of Kelly Green #5DCB0D

RGB

 RED value IS 93 (36.72% from 255) = 30.1%

 GREEN value IS 203 (79.69% from 255) = 65.7%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 30.1%
G = 65.7%
B = 4.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#5DCB0D (or 0x5DCB0D) is known color: Kelly Green. HEX triplet: 5D, CB and 0D. RGB value is (93,203,13). Sum of RGB (Red+Green+Blue) = 93+203+13=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 203 (79.69% from 255 or 65.70% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCB0D is #A234F2. Grayscale: #959595. Windows color (decimal): -10630387 or 904029. OLE color: 904029.

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

Color convert

RGB 93 203 13 -
CMYK 0.54 0 0.94 0.20
HSL 94.74º 0.88% 0.42% -
HSV(B) 94.74º 0.94% 0.8% -
XYZ 25.94 45.07 7.71 -
YUV 148.45 51.56 88.45 -
System Red Green Blue C M Y K H S L
Decimal 93 203 13 0.54 0 0.94 0.20 94.74 0.88 0.42
Hex 5D CB D 36 0 5E 14 5F 58 2A
Octal 135 313 15 66 0 136 24 137 130 52
Binary 1011101 11001011 1101 110110 0 1011110 10100 1011111 1011000 101010

Color Harmonies of #5DCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCB0D

Black with #5DCB0D

Text Example


Text Example

White with #5DCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,203,13); }

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

background-color css

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

 a { background-color: rgb(93,203,13); }

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

border-color css

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

 span { border-color: rgb(93,203,13); }

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