Html Css Color HEX #48E308 Harlequin

📋 copy color: '#48E308'

red 72 ◦ green 227 ◦ blue 8

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

Shades of Harlequin #48E308

Tints of Harlequin #48E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.94%

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

R = 23.45%
G = 73.94%
B = 2.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#48E308 (or 0x48E308) is known color: Harlequin. HEX triplet: 48, E3 and 08. RGB value is (72,227,8). Sum of RGB (Red+Green+Blue) = 72+227+8=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #48E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E308 is #B71CF7. Grayscale: #9C9C9C. Windows color (decimal): -12000504 or 582472. OLE color: 582472.

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

Color convert

RGB 72 227 8 -
CMYK 0.68 0 0.96 0.11
HSL 102.47º 0.93% 0.46% -
HSV(B) 102.47º 0.96% 0.89% -
XYZ 30.19 56.33 9.51 -
YUV 155.69 44.65 68.31 -
System Red Green Blue C M Y K H S L
Decimal 72 227 8 0.68 0 0.96 0.11 102.47 0.93 0.46
Hex 48 E3 8 44 0 60 B 66 5D 2E
Octal 110 343 10 104 0 140 13 146 135 56
Binary 1001000 11100011 1000 1000100 0 1100000 1011 1100110 1011101 101110

Color Harmonies of #48E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E308

Black with #48E308

Text Example


Text Example

White with #48E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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