Html Css Color HEX #48E009 Harlequin

📋 copy color: '#48E009'

red 72 ◦ green 224 ◦ blue 9

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

Shades of Harlequin #48E009

Tints of Harlequin #48E009

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.44%

 BLUE value IS 9 (3.91% from 255) = 2.95%

R = 23.61%
G = 73.44%
B = 2.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#48E009 (or 0x48E009) is known color: Harlequin. HEX triplet: 48, E0 and 09. RGB value is (72,224,9). Sum of RGB (Red+Green+Blue) = 72+224+9=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #48E009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E009 is #B71FF6. Grayscale: #9A9A9A. Windows color (decimal): -12001271 or 647240. OLE color: 647240.

HSL color Cylindrical-coordinate representation of color #48E009: hue angle of 102.42º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48E009 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 9 -
CMYK 0.68 0 0.96 0.12
HSL 102.42º 0.92% 0.46% -
HSV(B) 102.42º 0.96% 0.88% -
XYZ 29.38 54.71 9.27 -
YUV 154.04 46.14 69.48 -
System Red Green Blue C M Y K H S L
Decimal 72 224 9 0.68 0 0.96 0.12 102.42 0.92 0.46
Hex 48 E0 9 44 0 60 C 66 5C 2E
Octal 110 340 11 104 0 140 14 146 134 56
Binary 1001000 11100000 1001 1000100 0 1100000 1100 1100110 1011100 101110

Color Harmonies of #48E009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E009

Black with #48E009

Text Example


Text Example

White with #48E009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,224,9); }

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

background-color css

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

 a { background-color: rgb(72,224,9); }

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

border-color css

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

 span { border-color: rgb(72,224,9); }

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