Html Css Color HEX #5FD60F Kelly Green

📋 copy color: '#5FD60F'

red 95 ◦ green 214 ◦ blue 15

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

Shades of Kelly Green #5FD60F

Tints of Kelly Green #5FD60F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.05%

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

R = 29.32%
G = 66.05%
B = 4.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#5FD60F (or 0x5FD60F) is known color: Kelly Green. HEX triplet: 5F, D6 and 0F. RGB value is (95,214,15). Sum of RGB (Red+Green+Blue) = 95+214+15=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD60F is #A029F0. Grayscale: #9C9C9C. Windows color (decimal): -10496497 or 1037919. OLE color: 1037919.

HSL color Cylindrical-coordinate representation of color #5FD60F: hue angle of 95.88º 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 #5FD60F is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 15 -
CMYK 0.56 0 0.93 0.16
HSL 95.88º 0.87% 0.45% -
HSV(B) 95.88º 0.93% 0.84% -
XYZ 28.85 50.56 8.69 -
YUV 155.73 48.58 84.68 -
System Red Green Blue C M Y K H S L
Decimal 95 214 15 0.56 0 0.93 0.16 95.88 0.87 0.45
Hex 5F D6 F 38 0 5D 10 60 57 2D
Octal 137 326 17 70 0 135 20 140 127 55
Binary 1011111 11010110 1111 111000 0 1011101 10000 1100000 1010111 101101

Color Harmonies of #5FD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD60F

Black with #5FD60F

Text Example


Text Example

White with #5FD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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