Html Css Color HEX #5FD50F Kelly Green

📋 copy color: '#5FD50F'

red 95 ◦ green 213 ◦ blue 15

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

Shades of Kelly Green #5FD50F

Tints of Kelly Green #5FD50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.94%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 29.41%
G = 65.94%
B = 4.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#5FD50F (or 0x5FD50F) is known color: Kelly Green. HEX triplet: 5F, D5 and 0F. RGB value is (95,213,15). Sum of RGB (Red+Green+Blue) = 95+213+15=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD50F is #A02AF0. Grayscale: #9B9B9B. Windows color (decimal): -10496753 or 1037663. OLE color: 1037663.

HSL color Cylindrical-coordinate representation of color #5FD50F: hue angle of 95.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FD50F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 213 15 -
CMYK 0.55 0 0.93 0.16
HSL 95.76º 0.87% 0.45% -
HSV(B) 95.76º 0.93% 0.84% -
XYZ 28.6 50.06 8.61 -
YUV 155.15 48.91 85.1 -
System Red Green Blue C M Y K H S L
Decimal 95 213 15 0.55 0 0.93 0.16 95.76 0.87 0.45
Hex 5F D5 F 37 0 5D 10 60 57 2D
Octal 137 325 17 67 0 135 20 140 127 55
Binary 1011111 11010101 1111 110111 0 1011101 10000 1100000 1010111 101101

Color Harmonies of #5FD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD50F

Black with #5FD50F

Text Example


Text Example

White with #5FD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,213,15); }

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

background-color css

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

 a { background-color: rgb(95,213,15); }

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

border-color css

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

 span { border-color: rgb(95,213,15); }

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