Html Css Color HEX #5FD500 Kelly Green

📋 copy color: '#5FD500'

red 95 ◦ green 213 ◦ blue 0

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

Shades of Kelly Green #5FD500

Tints of Kelly Green #5FD500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.84%
G = 69.16%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#5FD500 (or 0x5FD500) is known color: Kelly Green. HEX triplet: 5F, D5 and 00. RGB value is (95,213,0). Sum of RGB (Red+Green+Blue) = 95+213+0=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD500 is #A02AFF. Grayscale: #9A9A9A. Windows color (decimal): -10496768 or 54623. OLE color: 54623.

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

Color convert

RGB 95 213 0 -
CMYK 0.55 0 1 0.16
HSL 93.24º 1% 0.42% -
HSV(B) 93.24º 1% 0.84% -
XYZ 28.51 50.02 8.15 -
YUV 153.44 41.41 86.32 -
System Red Green Blue C M Y K H S L
Decimal 95 213 0 0.55 0 1 0.16 93.24 1 0.42
Hex 5F D5 0 37 0 64 10 5D 64 2A
Octal 137 325 0 67 0 144 20 135 144 52
Binary 1011111 11010101 0 110111 0 1100100 10000 1011101 1100100 101010

Color Harmonies of #5FD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD500

Black with #5FD500

Text Example


Text Example

White with #5FD500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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