Html Css Color HEX #48F205 Harlequin

📋 copy color: '#48F205'

red 72 ◦ green 242 ◦ blue 5

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

Shades of Harlequin #48F205

Tints of Harlequin #48F205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.86%

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

R = 22.57%
G = 75.86%
B = 1.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#48F205 (or 0x48F205) is known color: Harlequin. HEX triplet: 48, F2 and 05. RGB value is (72,242,5). Sum of RGB (Red+Green+Blue) = 72+242+5=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #48F205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F205 is #B70DFA. Grayscale: #A4A4A4. Windows color (decimal): -11996667 or 389704. OLE color: 389704.

HSL color Cylindrical-coordinate representation of color #48F205: hue angle of 103.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48F205 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 5 -
CMYK 0.70 0 0.98 0.05
HSL 103.04º 0.96% 0.48% -
HSV(B) 103.04º 0.98% 0.95% -
XYZ 34.45 64.89 10.85 -
YUV 164.15 38.18 62.27 -
System Red Green Blue C M Y K H S L
Decimal 72 242 5 0.70 0 0.98 0.05 103.04 0.96 0.48
Hex 48 F2 5 46 0 62 5 67 60 30
Octal 110 362 5 106 0 142 5 147 140 60
Binary 1001000 11110010 101 1000110 0 1100010 101 1100111 1100000 110000

Color Harmonies of #48F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F205

Black with #48F205

Text Example


Text Example

White with #48F205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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