Html Css Color HEX #48EA09 Harlequin

📋 copy color: '#48EA09'

red 72 ◦ green 234 ◦ blue 9

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

Shades of Harlequin #48EA09

Tints of Harlequin #48EA09

RGB

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

 GREEN value IS 234 (91.8% from 255) = 74.29%

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

R = 22.86%
G = 74.29%
B = 2.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#48EA09 (or 0x48EA09) is known color: Harlequin. HEX triplet: 48, EA and 09. RGB value is (72,234,9). Sum of RGB (Red+Green+Blue) = 72+234+9=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EA09 is #B715F6. Grayscale: #A0A0A0. Windows color (decimal): -11998711 or 649800. OLE color: 649800.

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

Color convert

RGB 72 234 9 -
CMYK 0.69 0 0.96 0.08
HSL 103.2º 0.93% 0.48% -
HSV(B) 103.2º 0.96% 0.92% -
XYZ 32.14 60.24 10.19 -
YUV 159.91 42.83 65.3 -
System Red Green Blue C M Y K H S L
Decimal 72 234 9 0.69 0 0.96 0.08 103.2 0.93 0.48
Hex 48 EA 9 45 0 60 8 67 5D 30
Octal 110 352 11 105 0 140 10 147 135 60
Binary 1001000 11101010 1001 1000101 0 1100000 1000 1100111 1011101 110000

Color Harmonies of #48EA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA09

Black with #48EA09

Text Example


Text Example

White with #48EA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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