Html Css Color HEX #48EC17 Harlequin

📋 copy color: '#48EC17'

red 72 ◦ green 236 ◦ blue 23

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

Shades of Harlequin #48EC17

Tints of Harlequin #48EC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 21.75%
G = 71.3%
B = 6.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#48EC17 (or 0x48EC17) is known color: Harlequin. HEX triplet: 48, EC and 17. RGB value is (72,236,23). Sum of RGB (Red+Green+Blue) = 72+236+23=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC17 is #B713E8. Grayscale: #A3A3A3. Windows color (decimal): -11998185 or 1567816. OLE color: 1567816.

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

Color convert

RGB 72 236 23 -
CMYK 0.69 0 0.90 0.07
HSL 106.2º 0.85% 0.51% -
HSV(B) 106.2º 0.9% 0.93% -
XYZ 32.82 61.43 10.94 -
YUV 162.68 49.17 63.32 -
System Red Green Blue C M Y K H S L
Decimal 72 236 23 0.69 0 0.90 0.07 106.2 0.85 0.51
Hex 48 EC 17 45 0 5A 7 6A 55 33
Octal 110 354 27 105 0 132 7 152 125 63
Binary 1001000 11101100 10111 1000101 0 1011010 111 1101010 1010101 110011

Color Harmonies of #48EC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC17

Black with #48EC17

Text Example


Text Example

White with #48EC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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