#48E308

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

Shades of Harlequin #48E308

Tints of Harlequin #48E308

Color information

#48E308 (or 0x48E308) is unknown color: approx Harlequin. HEX triplet: 48, E3 and 08. RGB value is (72,227,8). Sum of RGB (Red+Green+Blue) = 72+227+8=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #48E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E308 is #B71CF7. Grayscale: #9C9C9C. Windows color (decimal): -12000504 or 582472. OLE color: 582472.

HSL color Cylindrical-coordinate representation of color #48E308: hue angle of 102.47º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48E308 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB722278-
CMYK0.6800.960.11
HSL102.47º93.19%46.08%-
HSV(B)102.47º96.48%89.02%-
XYZ30.1956.339.51-
YUV155.6944.6568.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 227 (89.06% from 255) = 73.94%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=23.45%
G=73.94%
B=2.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7222780.6800.960.11102.4793.1946.08
Hex48E3844060B665d2e
Octal1103431010401401314613556
Binary1001000111000111000100010001100000101111001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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