#48F32A

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

Shades of Harlequin #48F32A

Tints of Harlequin #48F32A

Color information

#48F32A (or 0x48F32A) is unknown color: approx Harlequin. HEX triplet: 48, F3 and 2A. RGB value is (72,243,42). Sum of RGB (Red+Green+Blue) = 72+243+42=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #48F32A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F32A is #B70CD5. Grayscale: #A9A9A9. Windows color (decimal): -11996374 or 2814792. OLE color: 2814792.

HSL color Cylindrical-coordinate representation of color #48F32A: hue angle of 111.04º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48F32A is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB7224342-
CMYK0.7000.830.05
HSL111.04º89.33%55.88%-
HSV(B)111.04º82.72%95.29%-
XYZ35.1465.6513.01-
YUV168.9656.3558.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 243 (95.31% from 255) = 68.07%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=20.17%
G=68.07%
B=11.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72243420.7000.830.05111.0489.3355.88
Hex48F32A4605356f5938
Octal110363521060123515713170
Binary10010001111001110101010001100101001110111011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,243,42); }

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

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

 a { background-color: rgb(72,243,42); }

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

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

 span { border-color: rgb(72,243,42); }

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