Html Css Color HEX #4FCF0E Kelly Green

📋 copy color: '#4FCF0E'

red 79 ◦ green 207 ◦ blue 14

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

Shades of Kelly Green #4FCF0E

Tints of Kelly Green #4FCF0E

RGB

 RED value IS 79 (31.25% from 255) = 26.33%

 GREEN value IS 207 (81.25% from 255) = 69%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 26.33%
G = 69%
B = 4.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#4FCF0E (or 0x4FCF0E) is known color: Kelly Green. HEX triplet: 4F, CF and 0E. RGB value is (79,207,14). Sum of RGB (Red+Green+Blue) = 79+207+14=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FCF0E is #B030F1. Grayscale: #939393. Windows color (decimal): -11546866 or 970575. OLE color: 970575.

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

Color convert

RGB 79 207 14 -
CMYK 0.62 0 0.93 0.19
HSL 99.79º 0.87% 0.43% -
HSV(B) 99.79º 0.93% 0.81% -
XYZ 25.62 46.32 8.01 -
YUV 146.73 53.09 79.69 -
System Red Green Blue C M Y K H S L
Decimal 79 207 14 0.62 0 0.93 0.19 99.79 0.87 0.43
Hex 4F CF E 3E 0 5D 13 64 57 2B
Octal 117 317 16 76 0 135 23 144 127 53
Binary 1001111 11001111 1110 111110 0 1011101 10011 1100100 1010111 101011

Color Harmonies of #4FCF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCF0E

Black with #4FCF0E

Text Example


Text Example

White with #4FCF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FCF0E;
 }
 .AnyTagClassName
 {
   color: #4FCF0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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