Html Css Color HEX #48F812 Harlequin

📋 copy color: '#48F812'

red 72 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #48F812

Tints of Harlequin #48F812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.37%

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

R = 21.3%
G = 73.37%
B = 5.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#48F812 (or 0x48F812) is known color: Harlequin. HEX triplet: 48, F8 and 12. RGB value is (72,248,18). Sum of RGB (Red+Green+Blue) = 72+248+18=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #48F812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F812 is #B707ED. Grayscale: #A9A9A9. Windows color (decimal): -11995118 or 1243208. OLE color: 1243208.

HSL color Cylindrical-coordinate representation of color #48F812: hue angle of 105.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48F812 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 248 18 -
CMYK 0.71 0 0.93 0.03
HSL 105.91º 0.94% 0.52% -
HSV(B) 105.91º 0.93% 0.97% -
XYZ 36.35 68.56 11.89 -
YUV 169.16 42.69 58.7 -
System Red Green Blue C M Y K H S L
Decimal 72 248 18 0.71 0 0.93 0.03 105.91 0.94 0.52
Hex 48 F8 12 47 0 5D 3 6A 5E 34
Octal 110 370 22 107 0 135 3 152 136 64
Binary 1001000 11111000 10010 1000111 0 1011101 11 1101010 1011110 110100

Color Harmonies of #48F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F812

Black with #48F812

Text Example


Text Example

White with #48F812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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