#48B708

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

Shades of Kelly Green #48B708

Tints of Kelly Green #48B708

Color information

#48B708 (or 0x48B708) is unknown color: approx Kelly Green. HEX triplet: 48, B7 and 08. RGB value is (72,183,8). Sum of RGB (Red+Green+Blue) = 72+183+8=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #48B708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B708 is #B748F7. Grayscale: #828282. Windows color (decimal): -12011768 or 571208. OLE color: 571208.

HSL color Cylindrical-coordinate representation of color #48B708: hue angle of 98.06º degrees, saturation: 0.92, 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 #48B708 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB721838-
CMYK0.6100.960.28
HSL98.06º91.62%37.45%-
HSV(B)98.06º95.63%71.76%-
XYZ19.6535.266-
YUV129.8659.2386.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 183 (71.88% from 255) = 69.58%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=27.38%
G=69.58%
B=3.04%

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
Decimal7218380.6100.960.2898.0691.6237.45
Hex48B783D0601C625c25
Octal110267107501403414213445
Binary1001000101101111000111101011000001110011000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,8); }

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

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

 a { background-color: rgb(72,183,8); }

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

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

 span { border-color: rgb(72,183,8); }

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