Html Css Color HEX #48EC08 Harlequin

📋 copy color: '#48EC08'

red 72 ◦ green 236 ◦ blue 8

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

Shades of Harlequin #48EC08

Tints of Harlequin #48EC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 22.78%
G = 74.68%
B = 2.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#48EC08 (or 0x48EC08) is known color: Harlequin. HEX triplet: 48, EC and 08. RGB value is (72,236,8). Sum of RGB (Red+Green+Blue) = 72+236+8=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC08 is #B713F7. Grayscale: #A1A1A1. Windows color (decimal): -11998200 or 584776. OLE color: 584776.

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

Color convert

RGB 72 236 8 -
CMYK 0.69 0 0.97 0.07
HSL 103.16º 0.93% 0.48% -
HSV(B) 103.16º 0.97% 0.93% -
XYZ 32.71 61.39 10.35 -
YUV 160.97 41.67 64.54 -
System Red Green Blue C M Y K H S L
Decimal 72 236 8 0.69 0 0.97 0.07 103.16 0.93 0.48
Hex 48 EC 8 45 0 61 7 67 5D 30
Octal 110 354 10 105 0 141 7 147 135 60
Binary 1001000 11101100 1000 1000101 0 1100001 111 1100111 1011101 110000

Color Harmonies of #48EC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC08

Black with #48EC08

Text Example


Text Example

White with #48EC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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