#4FCF00

Color #4FCF00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4FCF00

Tints of Kelly Green #4FCF00

Color information

#4FCF00 (or 0x4FCF00) is unknown color: approx Kelly Green. HEX triplet: 4F, CF and 00. RGB value is (79,207,0). Sum of RGB (Red+Green+Blue) = 79+207+0=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FCF00 is #B030FF. Grayscale: #919191. Windows color (decimal): -11546880 or 53071. OLE color: 53071.

HSL color Cylindrical-coordinate representation of color #4FCF00: hue angle of 97.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FCF00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB792070-
CMYK0.62010.19
HSL97.1º100%40.59%-
HSV(B)97.1º100%81.18%-
XYZ25.5446.297.59-
YUV145.1346.0980.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 207 (81.25% from 255) = 72.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.62%
G=72.38%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7920700.62010.1997.110040.59
Hex4FCF03E06413616429
Octal11731707601442314114451
Binary1001111110011110111110011001001001111000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FCF00; }

 p { color: rgb(79,207,0); }

 H1.HeaderClassName
 {
   color: #4FCF00;
 }
 .AnyTagClassName
 {
   color: #4FCF00;
 }
</style>
background-color css

<style>
 a { background-color: #4FCF00; }

 a { background-color: rgb(79,207,0); }

 div.DivClassName
 {
   background-color: #4FCF00;
 }
 .BgClassName
 {
   background-color: #4FCF00;
 }
</style>
border-color css

<style>
 span { border-color: #4FCF00; }

 span { border-color: rgb(79,207,0); }

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