Html Css Color HEX #48E305 Harlequin

📋 copy color: '#48E305'

red 72 ◦ green 227 ◦ blue 5

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

Shades of Harlequin #48E305

Tints of Harlequin #48E305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 23.68%
G = 74.67%
B = 1.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#48E305 (or 0x48E305) is known color: Harlequin. HEX triplet: 48, E3 and 05. RGB value is (72,227,5). Sum of RGB (Red+Green+Blue) = 72+227+5=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 227 (89.06% from 255 or 74.67% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 227 - color contains mainly: green. Hex color #48E305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E305 is #B71CFA. Grayscale: #9C9C9C. Windows color (decimal): -12000507 or 385864. OLE color: 385864.

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

Color convert

RGB 72 227 5 -
CMYK 0.68 0 0.98 0.11
HSL 101.89º 0.96% 0.45% -
HSV(B) 101.89º 0.98% 0.89% -
XYZ 30.17 56.33 9.43 -
YUV 155.35 43.15 68.55 -
System Red Green Blue C M Y K H S L
Decimal 72 227 5 0.68 0 0.98 0.11 101.89 0.96 0.45
Hex 48 E3 5 44 0 62 B 66 60 2D
Octal 110 343 5 104 0 142 13 146 140 55
Binary 1001000 11100011 101 1000100 0 1100010 1011 1100110 1100000 101101

Color Harmonies of #48E305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E305

Black with #48E305

Text Example


Text Example

White with #48E305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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