#4BB80A

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

Shades of Kelly Green #4BB80A

Tints of Kelly Green #4BB80A

Color information

#4BB80A (or 0x4BB80A) is unknown color: approx Kelly Green. HEX triplet: 4B, B8 and 0A. RGB value is (75,184,10). Sum of RGB (Red+Green+Blue) = 75+184+10=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BB80A is #B447F5. Grayscale: #848484. Windows color (decimal): -11814902 or 702539. OLE color: 702539.

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

Color convert

RGB7518410-
CMYK0.5900.950.28
HSL97.59º89.69%38.04%-
HSV(B)97.59º94.57%72.16%-
XYZ20.135.86.14-
YUV131.5759.3987.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 184 (72.27% from 255) = 68.40%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=27.88%
G=68.40%
B=3.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75184100.5900.950.2897.5989.6938.04
Hex4BB8A3B05F1C625a26
Octal113270127301373414213246
Binary1001011101110001010111011010111111110011000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,10); }

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

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

 a { background-color: rgb(75,184,10); }

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

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

 span { border-color: rgb(75,184,10); }

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