#4bb70f

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

Shades of Kelly Green #4BB70F

Tints of Kelly Green #4BB70F

Color information

#4BB70F (or 0x4BB70F) is unknown color: approx Kelly Green. HEX triplet: 4B, B7 and 0F. RGB value is (75,183,15). Sum of RGB (Red+Green+Blue) = 75+183+15=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BB70F is #B448F0. Grayscale: #848484. Windows color (decimal): -11815153 or 1029963. OLE color: 1029963.

HSL color Cylindrical-coordinate representation of color #4BB70F: hue angle of 98.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BB70F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB7518315-
CMYK0.5900.920.28
HSL98.57º84.85%38.82%-
HSV(B)98.57º91.8%71.76%-
XYZ19.9235.46.23-
YUV131.5662.2287.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 183 (71.88% from 255) = 67.03%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=27.47%
G=67.03%
B=5.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75183150.5900.920.2898.5784.8538.82
Hex4BB7F3B05C1C635527
Octal113267177301343414312547
Binary1001011101101111111111011010111001110011000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bb70f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,183,15); }

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

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

 a { background-color: rgb(75,183,15); }

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

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

 span { border-color: rgb(75,183,15); }

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