Html Css Color HEX #48F70E Harlequin

📋 copy color: '#48F70E'

red 72 ◦ green 247 ◦ blue 14

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

Shades of Harlequin #48F70E

Tints of Harlequin #48F70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 21.62%
G = 74.17%
B = 4.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#48F70E (or 0x48F70E) is known color: Harlequin. HEX triplet: 48, F7 and 0E. RGB value is (72,247,14). Sum of RGB (Red+Green+Blue) = 72+247+14=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #48F70E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F70E is #B708F1. Grayscale: #A8A8A8. Windows color (decimal): -11995378 or 980808. OLE color: 980808.

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

Color convert

RGB 72 247 14 -
CMYK 0.71 0 0.94 0.03
HSL 105.06º 0.94% 0.51% -
HSV(B) 105.06º 0.94% 0.97% -
XYZ 36.01 67.93 11.63 -
YUV 168.11 41.02 59.45 -
System Red Green Blue C M Y K H S L
Decimal 72 247 14 0.71 0 0.94 0.03 105.06 0.94 0.51
Hex 48 F7 E 47 0 5E 3 69 5E 33
Octal 110 367 16 107 0 136 3 151 136 63
Binary 1001000 11110111 1110 1000111 0 1011110 11 1101001 1011110 110011

Color Harmonies of #48F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F70E

Black with #48F70E

Text Example


Text Example

White with #48F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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