Html Css Color HEX #48F111 Harlequin

📋 copy color: '#48F111'

red 72 ◦ green 241 ◦ blue 17

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

Shades of Harlequin #48F111

Tints of Harlequin #48F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.03%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 21.82%
G = 73.03%
B = 5.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#48F111 (or 0x48F111) is known color: Harlequin. HEX triplet: 48, F1 and 11. RGB value is (72,241,17). Sum of RGB (Red+Green+Blue) = 72+241+17=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #48F111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F111 is #B70EEE. Grayscale: #A5A5A5. Windows color (decimal): -11996911 or 1175880. OLE color: 1175880.

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

Color convert

RGB 72 241 17 -
CMYK 0.70 0 0.93 0.05
HSL 105.27º 0.89% 0.51% -
HSV(B) 105.27º 0.93% 0.95% -
XYZ 34.23 64.33 11.14 -
YUV 164.93 44.51 61.71 -
System Red Green Blue C M Y K H S L
Decimal 72 241 17 0.70 0 0.93 0.05 105.27 0.89 0.51
Hex 48 F1 11 46 0 5D 5 69 59 33
Octal 110 361 21 106 0 135 5 151 131 63
Binary 1001000 11110001 10001 1000110 0 1011101 101 1101001 1011001 110011

Color Harmonies of #48F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F111

Black with #48F111

Text Example


Text Example

White with #48F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,17); }

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

background-color css

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

 a { background-color: rgb(72,241,17); }

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

border-color css

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

 span { border-color: rgb(72,241,17); }

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