Html Css Color HEX #5DBD0B Kelly Green

📋 copy color: '#5DBD0B'

red 93 ◦ green 189 ◦ blue 11

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

Shades of Kelly Green #5DBD0B

Tints of Kelly Green #5DBD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.51%

 BLUE value IS 11 (4.69% from 255) = 3.75%

R = 31.74%
G = 64.51%
B = 3.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#5DBD0B (or 0x5DBD0B) is known color: Kelly Green. HEX triplet: 5D, BD and 0B. RGB value is (93,189,11). Sum of RGB (Red+Green+Blue) = 93+189+11=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD0B is #A242F4. Grayscale: #8C8C8C. Windows color (decimal): -10633973 or 769373. OLE color: 769373.

HSL color Cylindrical-coordinate representation of color #5DBD0B: hue angle of 92.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DBD0B is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 189 11 -
CMYK 0.51 0 0.94 0.26
HSL 92.36º 0.89% 0.39% -
HSV(B) 92.36º 0.94% 0.74% -
XYZ 22.77 38.75 6.6 -
YUV 140 55.2 94.47 -
System Red Green Blue C M Y K H S L
Decimal 93 189 11 0.51 0 0.94 0.26 92.36 0.89 0.39
Hex 5D BD B 33 0 5E 1A 5C 59 27
Octal 135 275 13 63 0 136 32 134 131 47
Binary 1011101 10111101 1011 110011 0 1011110 11010 1011100 1011001 100111

Color Harmonies of #5DBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBD0B

Black with #5DBD0B

Text Example


Text Example

White with #5DBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,11); }

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

background-color css

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

 a { background-color: rgb(93,189,11); }

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

border-color css

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

 span { border-color: rgb(93,189,11); }

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