Html Css Color HEX #5DBF2A Kelly Green

📋 copy color: '#5DBF2A'

red 93 ◦ green 191 ◦ blue 42

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

Shades of Kelly Green #5DBF2A

Tints of Kelly Green #5DBF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 28.53%
G = 58.59%
B = 12.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#5DBF2A (or 0x5DBF2A) is known color: Kelly Green. HEX triplet: 5D, BF and 2A. RGB value is (93,191,42). Sum of RGB (Red+Green+Blue) = 93+191+42=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF2A is #A240D5. Grayscale: #919191. Windows color (decimal): -10633430 or 2801501. OLE color: 2801501.

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

Color convert

RGB 93 191 42 -
CMYK 0.51 0 0.78 0.25
HSL 99.46º 0.64% 0.46% -
HSV(B) 99.46º 0.78% 0.75% -
XYZ 23.56 39.76 8.62 -
YUV 144.71 70.03 91.12 -
System Red Green Blue C M Y K H S L
Decimal 93 191 42 0.51 0 0.78 0.25 99.46 0.64 0.46
Hex 5D BF 2A 33 0 4E 19 63 40 2E
Octal 135 277 52 63 0 116 31 143 100 56
Binary 1011101 10111111 101010 110011 0 1001110 11001 1100011 1000000 101110

Color Harmonies of #5DBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF2A

Black with #5DBF2A

Text Example


Text Example

White with #5DBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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