Html Css Color HEX #48EC00 Harlequin

📋 copy color: '#48EC00'

red 72 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #48EC00

Tints of Harlequin #48EC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 76.62%

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

R = 23.38%
G = 76.62%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#48EC00 (or 0x48EC00) is known color: Harlequin. HEX triplet: 48, EC and 00. RGB value is (72,236,0). Sum of RGB (Red+Green+Blue) = 72+236+0=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC00 is #B713FF. Grayscale: #A0A0A0. Windows color (decimal): -11998208 or 60488. OLE color: 60488.

HSL color Cylindrical-coordinate representation of color #48EC00: hue angle of 101.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48EC00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 0 -
CMYK 0.69 0 1 0.07
HSL 101.69º 1% 0.46% -
HSV(B) 101.69º 1% 0.93% -
XYZ 32.67 61.37 10.12 -
YUV 160.06 37.67 65.19 -
System Red Green Blue C M Y K H S L
Decimal 72 236 0 0.69 0 1 0.07 101.69 1 0.46
Hex 48 EC 0 45 0 64 7 66 64 2E
Octal 110 354 0 105 0 144 7 146 144 56
Binary 1001000 11101100 0 1000101 0 1100100 111 1100110 1100100 101110

Color Harmonies of #48EC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC00

Black with #48EC00

Text Example


Text Example

White with #48EC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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