Html Css Color HEX #5FD02A Kelly Green

📋 copy color: '#5FD02A'

red 95 ◦ green 208 ◦ blue 42

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

Shades of Kelly Green #5FD02A

Tints of Kelly Green #5FD02A

RGB

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

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

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

R = 27.54%
G = 60.29%
B = 12.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#5FD02A (or 0x5FD02A) is known color: Kelly Green. HEX triplet: 5F, D0 and 2A. RGB value is (95,208,42). Sum of RGB (Red+Green+Blue) = 95+208+42=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD02A is #A02FD5. Grayscale: #9B9B9B. Windows color (decimal): -10498006 or 2805855. OLE color: 2805855.

HSL color Cylindrical-coordinate representation of color #5FD02A: hue angle of 100.84º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FD02A is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 42 -
CMYK 0.54 0 0.80 0.18
HSL 100.84º 0.66% 0.49% -
HSV(B) 100.84º 0.8% 0.82% -
XYZ 27.69 47.71 9.94 -
YUV 155.29 64.06 85 -
System Red Green Blue C M Y K H S L
Decimal 95 208 42 0.54 0 0.80 0.18 100.84 0.66 0.49
Hex 5F D0 2A 36 0 50 12 65 42 31
Octal 137 320 52 66 0 120 22 145 102 61
Binary 1011111 11010000 101010 110110 0 1010000 10010 1100101 1000010 110001

Color Harmonies of #5FD02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD02A

Black with #5FD02A

Text Example


Text Example

White with #5FD02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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