Html Css Color HEX #5DBF0A Kelly Green

📋 copy color: '#5DBF0A'

red 93 ◦ green 191 ◦ blue 10

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

Shades of Kelly Green #5DBF0A

Tints of Kelly Green #5DBF0A

RGB

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

 GREEN value IS 191 (75% from 255) = 64.97%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 31.63%
G = 64.97%
B = 3.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#5DBF0A (or 0x5DBF0A) is known color: Kelly Green. HEX triplet: 5D, BF and 0A. RGB value is (93,191,10). Sum of RGB (Red+Green+Blue) = 93+191+10=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF0A is #A240F5. Grayscale: #8D8D8D. Windows color (decimal): -10633462 or 704349. OLE color: 704349.

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

Color convert

RGB 93 191 10 -
CMYK 0.51 0 0.95 0.25
HSL 92.49º 0.9% 0.39% -
HSV(B) 92.49º 0.95% 0.75% -
XYZ 23.2 39.61 6.71 -
YUV 141.06 54.03 93.72 -
System Red Green Blue C M Y K H S L
Decimal 93 191 10 0.51 0 0.95 0.25 92.49 0.9 0.39
Hex 5D BF A 33 0 5F 19 5C 5A 27
Octal 135 277 12 63 0 137 31 134 132 47
Binary 1011101 10111111 1010 110011 0 1011111 11001 1011100 1011010 100111

Color Harmonies of #5DBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF0A

Black with #5DBF0A

Text Example


Text Example

White with #5DBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,10); }

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

background-color css

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

 a { background-color: rgb(93,191,10); }

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

border-color css

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

 span { border-color: rgb(93,191,10); }

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