#4CBD0E

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

Shades of Kelly Green #4CBD0E

Tints of Kelly Green #4CBD0E

Color information

#4CBD0E (or 0x4CBD0E) is unknown color: approx Kelly Green. HEX triplet: 4C, BD and 0E. RGB value is (76,189,14). Sum of RGB (Red+Green+Blue) = 76+189+14=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBD0E is #B342F1. Grayscale: #878787. Windows color (decimal): -11748082 or 965964. OLE color: 965964.

HSL color Cylindrical-coordinate representation of color #4CBD0E: hue angle of 98.74º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CBD0E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB7618914-
CMYK0.6000.930.26
HSL98.74º86.21%39.8%-
HSV(B)98.74º92.59%74.12%-
XYZ21.2637.966.62-
YUV135.2659.5685.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 189 (74.22% from 255) = 67.74%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=27.24%
G=67.74%
B=5.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76189140.6000.930.2698.7486.2139.8
Hex4CBDE3C05D1A635628
Octal114275167401353214312650
Binary1001100101111011110111100010111011101011000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,189,14); }

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

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

 a { background-color: rgb(76,189,14); }

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

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

 span { border-color: rgb(76,189,14); }

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