Html Css Color HEX #48F31C Harlequin

📋 copy color: '#48F31C'

red 72 ◦ green 243 ◦ blue 28

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

Shades of Harlequin #48F31C

Tints of Harlequin #48F31C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.85%

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 20.99%
G = 70.85%
B = 8.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#48F31C (or 0x48F31C) is known color: Harlequin. HEX triplet: 48, F3 and 1C. RGB value is (72,243,28). Sum of RGB (Red+Green+Blue) = 72+243+28=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 243 (95.31% from 255 or 70.85% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 243 - color contains mainly: green. Hex color #48F31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F31C is #B70CE3. Grayscale: #A8A8A8. Windows color (decimal): -11996388 or 1897288. OLE color: 1897288.

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

Color convert

RGB 72 243 28 -
CMYK 0.70 0 0.88 0.05
HSL 107.72º 0.9% 0.53% -
HSV(B) 107.72º 0.88% 0.95% -
XYZ 34.93 65.56 11.91 -
YUV 167.36 49.35 59.98 -
System Red Green Blue C M Y K H S L
Decimal 72 243 28 0.70 0 0.88 0.05 107.72 0.9 0.53
Hex 48 F3 1C 46 0 58 5 6C 5A 35
Octal 110 363 34 106 0 130 5 154 132 65
Binary 1001000 11110011 11100 1000110 0 1011000 101 1101100 1011010 110101

Color Harmonies of #48F31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F31C

Black with #48F31C

Text Example


Text Example

White with #48F31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,243,28); }

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

background-color css

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

 a { background-color: rgb(72,243,28); }

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

border-color css

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

 span { border-color: rgb(72,243,28); }

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