Html Css Color HEX #5FD02F Kelly Green

📋 copy color: '#5FD02F'

red 95 ◦ green 208 ◦ blue 47

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

Shades of Kelly Green #5FD02F

Tints of Kelly Green #5FD02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 27.14%
G = 59.43%
B = 13.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#5FD02F (or 0x5FD02F) is known color: Kelly Green. HEX triplet: 5F, D0 and 2F. RGB value is (95,208,47). Sum of RGB (Red+Green+Blue) = 95+208+47=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD02F is #A02FD0. Grayscale: #9C9C9C. Windows color (decimal): -10498001 or 3133535. OLE color: 3133535.

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

Color convert

RGB 95 208 47 -
CMYK 0.54 0 0.77 0.18
HSL 102.11º 0.63% 0.5% -
HSV(B) 102.11º 0.77% 0.82% -
XYZ 27.79 47.75 10.44 -
YUV 155.86 66.56 84.59 -
System Red Green Blue C M Y K H S L
Decimal 95 208 47 0.54 0 0.77 0.18 102.11 0.63 0.5
Hex 5F D0 2F 36 0 4D 12 66 3F 32
Octal 137 320 57 66 0 115 22 146 77 62
Binary 1011111 11010000 101111 110110 0 1001101 10010 1100110 111111 110010

Color Harmonies of #5FD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD02F

Black with #5FD02F

Text Example


Text Example

White with #5FD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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