Html Css Color HEX #48F113 Harlequin

📋 copy color: '#48F113'

red 72 ◦ green 241 ◦ blue 19

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

Shades of Harlequin #48F113

Tints of Harlequin #48F113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 21.69%
G = 72.59%
B = 5.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#48F113 (or 0x48F113) is known color: Harlequin. HEX triplet: 48, F1 and 13. RGB value is (72,241,19). Sum of RGB (Red+Green+Blue) = 72+241+19=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #48F113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F113 is #B70EEC. Grayscale: #A5A5A5. Windows color (decimal): -11996909 or 1306952. OLE color: 1306952.

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

Color convert

RGB 72 241 19 -
CMYK 0.70 0 0.92 0.05
HSL 105.68º 0.89% 0.51% -
HSV(B) 105.68º 0.92% 0.95% -
XYZ 34.25 64.34 11.23 -
YUV 165.16 45.51 61.55 -
System Red Green Blue C M Y K H S L
Decimal 72 241 19 0.70 0 0.92 0.05 105.68 0.89 0.51
Hex 48 F1 13 46 0 5C 5 6A 59 33
Octal 110 361 23 106 0 134 5 152 131 63
Binary 1001000 11110001 10011 1000110 0 1011100 101 1101010 1011001 110011

Color Harmonies of #48F113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F113

Black with #48F113

Text Example


Text Example

White with #48F113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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