Html Css Color HEX #48F200 Harlequin

📋 copy color: '#48F200'

red 72 ◦ green 242 ◦ blue 0

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

Shades of Harlequin #48F200

Tints of Harlequin #48F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 77.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.93%
G = 77.07%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#48F200 (or 0x48F200) is known color: Harlequin. HEX triplet: 48, F2 and 00. RGB value is (72,242,0). Sum of RGB (Red+Green+Blue) = 72+242+0=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #48F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F200 is #B70DFF. Grayscale: #A4A4A4. Windows color (decimal): -11996672 or 62024. OLE color: 62024.

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

Color convert

RGB 72 242 0 -
CMYK 0.70 0 1 0.05
HSL 102.15º 1% 0.47% -
HSV(B) 102.15º 1% 0.95% -
XYZ 34.42 64.88 10.71 -
YUV 163.58 35.68 62.68 -
System Red Green Blue C M Y K H S L
Decimal 72 242 0 0.70 0 1 0.05 102.15 1 0.47
Hex 48 F2 0 46 0 64 5 66 64 2F
Octal 110 362 0 106 0 144 5 146 144 57
Binary 1001000 11110010 0 1000110 0 1100100 101 1100110 1100100 101111

Color Harmonies of #48F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F200

Black with #48F200

Text Example


Text Example

White with #48F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,0); }

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

background-color css

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

 a { background-color: rgb(72,242,0); }

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

border-color css

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

 span { border-color: rgb(72,242,0); }

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