Html Css Color HEX #48E717 Harlequin

📋 copy color: '#48E717'

red 72 ◦ green 231 ◦ blue 23

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

Shades of Harlequin #48E717

Tints of Harlequin #48E717

RGB

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

 GREEN value IS 231 (90.63% from 255) = 70.86%

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

R = 22.09%
G = 70.86%
B = 7.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#48E717 (or 0x48E717) is known color: Harlequin. HEX triplet: 48, E7 and 17. RGB value is (72,231,23). Sum of RGB (Red+Green+Blue) = 72+231+23=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 231 (90.62% from 255 or 70.86% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 231 - color contains mainly: green. Hex color #48E717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E717 is #B718E8. Grayscale: #A0A0A0. Windows color (decimal): -11999465 or 1566536. OLE color: 1566536.

HSL color Cylindrical-coordinate representation of color #48E717: hue angle of 105.87º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48E717 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 231 23 -
CMYK 0.69 0 0.90 0.09
HSL 105.87º 0.82% 0.5% -
HSV(B) 105.87º 0.9% 0.91% -
XYZ 31.4 58.59 10.46 -
YUV 159.75 50.82 65.41 -
System Red Green Blue C M Y K H S L
Decimal 72 231 23 0.69 0 0.90 0.09 105.87 0.82 0.5
Hex 48 E7 17 45 0 5A 9 6A 52 32
Octal 110 347 27 105 0 132 11 152 122 62
Binary 1001000 11100111 10111 1000101 0 1011010 1001 1101010 1010010 110010

Color Harmonies of #48E717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E717

Black with #48E717

Text Example


Text Example

White with #48E717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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