Html Css Color HEX #5FDB1A Kelly Green

📋 copy color: '#5FDB1A'

red 95 ◦ green 219 ◦ blue 26

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

Shades of Kelly Green #5FDB1A

Tints of Kelly Green #5FDB1A

RGB

 RED value IS 95 (37.5% from 255) = 27.94%

 GREEN value IS 219 (85.94% from 255) = 64.41%

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 27.94%
G = 64.41%
B = 7.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#5FDB1A (or 0x5FDB1A) is known color: Kelly Green. HEX triplet: 5F, DB and 1A. RGB value is (95,219,26). Sum of RGB (Red+Green+Blue) = 95+219+26=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB1A is #A024E5. Grayscale: #A0A0A0. Windows color (decimal): -10495206 or 1760095. OLE color: 1760095.

HSL color Cylindrical-coordinate representation of color #5FDB1A: hue angle of 98.55º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FDB1A is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 219 26 -
CMYK 0.57 0 0.88 0.14
HSL 98.55º 0.79% 0.48% -
HSV(B) 98.55º 0.88% 0.86% -
XYZ 30.24 53.17 9.65 -
YUV 159.92 52.42 81.69 -
System Red Green Blue C M Y K H S L
Decimal 95 219 26 0.57 0 0.88 0.14 98.55 0.79 0.48
Hex 5F DB 1A 39 0 58 E 63 4F 30
Octal 137 333 32 71 0 130 16 143 117 60
Binary 1011111 11011011 11010 111001 0 1011000 1110 1100011 1001111 110000

Color Harmonies of #5FDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDB1A

Black with #5FDB1A

Text Example


Text Example

White with #5FDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,219,26); }

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

background-color css

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

 a { background-color: rgb(95,219,26); }

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

border-color css

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

 span { border-color: rgb(95,219,26); }

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