Html Css Color HEX #5FD01A Kelly Green

📋 copy color: '#5FD01A'

red 95 ◦ green 208 ◦ blue 26

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

Shades of Kelly Green #5FD01A

Tints of Kelly Green #5FD01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.22%

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

R = 28.88%
G = 63.22%
B = 7.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#5FD01A (or 0x5FD01A) is known color: Kelly Green. HEX triplet: 5F, D0 and 1A. RGB value is (95,208,26). Sum of RGB (Red+Green+Blue) = 95+208+26=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD01A is #A02FE5. Grayscale: #9A9A9A. Windows color (decimal): -10498022 or 1757279. OLE color: 1757279.

HSL color Cylindrical-coordinate representation of color #5FD01A: hue angle of 97.25º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FD01A is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 26 -
CMYK 0.54 0 0.88 0.18
HSL 97.25º 0.78% 0.46% -
HSV(B) 97.25º 0.88% 0.82% -
XYZ 27.46 47.62 8.72 -
YUV 153.47 56.06 86.3 -
System Red Green Blue C M Y K H S L
Decimal 95 208 26 0.54 0 0.88 0.18 97.25 0.78 0.46
Hex 5F D0 1A 36 0 58 12 61 4E 2E
Octal 137 320 32 66 0 130 22 141 116 56
Binary 1011111 11010000 11010 110110 0 1011000 10010 1100001 1001110 101110

Color Harmonies of #5FD01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD01A

Black with #5FD01A

Text Example


Text Example

White with #5FD01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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