Html Css Color HEX #5FD70A Kelly Green

📋 copy color: '#5FD70A'

red 95 ◦ green 215 ◦ blue 10

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

Shades of Kelly Green #5FD70A

Tints of Kelly Green #5FD70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.19%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 29.69%
G = 67.19%
B = 3.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#5FD70A (or 0x5FD70A) is known color: Kelly Green. HEX triplet: 5F, D7 and 0A. RGB value is (95,215,10). Sum of RGB (Red+Green+Blue) = 95+215+10=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD70A is #A028F5. Grayscale: #9C9C9C. Windows color (decimal): -10496246 or 710495. OLE color: 710495.

HSL color Cylindrical-coordinate representation of color #5FD70A: hue angle of 95.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FD70A is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 215 10 -
CMYK 0.56 0 0.95 0.16
HSL 95.12º 0.91% 0.44% -
HSV(B) 95.12º 0.95% 0.84% -
XYZ 29.07 51.06 8.61 -
YUV 155.75 45.74 84.67 -
System Red Green Blue C M Y K H S L
Decimal 95 215 10 0.56 0 0.95 0.16 95.12 0.91 0.44
Hex 5F D7 A 38 0 5F 10 5F 5B 2C
Octal 137 327 12 70 0 137 20 137 133 54
Binary 1011111 11010111 1010 111000 0 1011111 10000 1011111 1011011 101100

Color Harmonies of #5FD70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD70A

Black with #5FD70A

Text Example


Text Example

White with #5FD70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,215,10); }

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

background-color css

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

 a { background-color: rgb(95,215,10); }

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

border-color css

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

 span { border-color: rgb(95,215,10); }

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