Html Css Color HEX #48F713 Harlequin

📋 copy color: '#48F713'

red 72 ◦ green 247 ◦ blue 19

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

Shades of Harlequin #48F713

Tints of Harlequin #48F713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.08%

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

R = 21.3%
G = 73.08%
B = 5.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#48F713 (or 0x48F713) is known color: Harlequin. HEX triplet: 48, F7 and 13. RGB value is (72,247,19). Sum of RGB (Red+Green+Blue) = 72+247+19=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #48F713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F713 is #B708EC. Grayscale: #A9A9A9. Windows color (decimal): -11995373 or 1308488. OLE color: 1308488.

HSL color Cylindrical-coordinate representation of color #48F713: hue angle of 106.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48F713 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 247 19 -
CMYK 0.71 0 0.92 0.03
HSL 106.05º 0.93% 0.52% -
HSV(B) 106.05º 0.92% 0.97% -
XYZ 36.05 67.95 11.83 -
YUV 168.68 43.52 59.04 -
System Red Green Blue C M Y K H S L
Decimal 72 247 19 0.71 0 0.92 0.03 106.05 0.93 0.52
Hex 48 F7 13 47 0 5C 3 6A 5D 34
Octal 110 367 23 107 0 134 3 152 135 64
Binary 1001000 11110111 10011 1000111 0 1011100 11 1101010 1011101 110100

Color Harmonies of #48F713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F713

Black with #48F713

Text Example


Text Example

White with #48F713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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