Html Css Color HEX #48F412 Harlequin

📋 copy color: '#48F412'

red 72 ◦ green 244 ◦ blue 18

#48F412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #48F412

Tints of Harlequin #48F412

RGB

 RED value IS 72 (28.52% from 255) = 21.56%

 GREEN value IS 244 (95.7% from 255) = 73.05%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 21.56%
G = 73.05%
B = 5.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#48F412 (or 0x48F412) is known color: Harlequin. HEX triplet: 48, F4 and 12. RGB value is (72,244,18). Sum of RGB (Red+Green+Blue) = 72+244+18=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #48F412 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F412 is #B70BED. Grayscale: #A7A7A7. Windows color (decimal): -11996142 or 1242184. OLE color: 1242184.

HSL color Cylindrical-coordinate representation of color #48F412: hue angle of 105.66º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48F412 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 244 18 -
CMYK 0.70 0 0.93 0.04
HSL 105.66º 0.91% 0.51% -
HSV(B) 105.66º 0.93% 0.96% -
XYZ 35.13 66.12 11.48 -
YUV 166.81 44.02 60.38 -
System Red Green Blue C M Y K H S L
Decimal 72 244 18 0.70 0 0.93 0.04 105.66 0.91 0.51
Hex 48 F4 12 46 0 5D 4 6A 5B 33
Octal 110 364 22 106 0 135 4 152 133 63
Binary 1001000 11110100 10010 1000110 0 1011101 100 1101010 1011011 110011

Color Harmonies of #48F412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F412

Black with #48F412

Text Example


Text Example

White with #48F412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,244,18); }

 H1.HeaderClassName
 {
   color: #48F412;
 }
 .AnyTagClassName
 {
   color: #48F412;
 }
</style>

background-color css

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

 a { background-color: rgb(72,244,18); }

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

border-color css

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

 span { border-color: rgb(72,244,18); }

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