#4BBD0E

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

Shades of Kelly Green #4BBD0E

Tints of Kelly Green #4BBD0E

Color information

#4BBD0E (or 0x4BBD0E) is unknown color: approx Kelly Green. HEX triplet: 4B, BD and 0E. RGB value is (75,189,14). Sum of RGB (Red+Green+Blue) = 75+189+14=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBD0E is #B442F1. Grayscale: #878787. Windows color (decimal): -11813618 or 965963. OLE color: 965963.

HSL color Cylindrical-coordinate representation of color #4BBD0E: hue angle of 99.09º 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 #4BBD0E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB7518914-
CMYK0.6000.930.26
HSL99.09º86.21%39.8%-
HSV(B)99.09º92.59%74.12%-
XYZ21.1837.926.62-
YUV134.9659.7385.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 189 (74.22% from 255) = 67.99%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=26.98%
G=67.99%
B=5.04%

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
Decimal75189140.6000.930.2699.0986.2139.8
Hex4BBDE3C05D1A635628
Octal113275167401353214312650
Binary1001011101111011110111100010111011101011000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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