#48B807

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

Shades of Kelly Green #48B807

Tints of Kelly Green #48B807

Color information

#48B807 (or 0x48B807) is unknown color: approx Kelly Green. HEX triplet: 48, B8 and 07. RGB value is (72,184,7). Sum of RGB (Red+Green+Blue) = 72+184+7=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #48B807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B807 is #B747F8. Grayscale: #828282. Windows color (decimal): -12011513 or 505928. OLE color: 505928.

HSL color Cylindrical-coordinate representation of color #48B807: hue angle of 97.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48B807 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB721847-
CMYK0.6100.960.28
HSL97.97º92.67%37.45%-
HSV(B)97.97º96.2%72.16%-
XYZ19.8535.676.04-
YUV130.3358.3986.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 184 (72.27% from 255) = 69.96%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=27.38%
G=69.96%
B=2.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7218470.6100.960.2897.9792.6737.45
Hex48B873D0601C625d25
Octal11027077501403414213545
Binary100100010111000111111101011000001110011000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B807; }

 p { color: rgb(72,184,7); }

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

<style>
 a { background-color: #48B807; }

 a { background-color: rgb(72,184,7); }

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

<style>
 span { border-color: #48B807; }

 span { border-color: rgb(72,184,7); }

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