Html Css Color HEX #48FC0C Harlequin

📋 copy color: '#48FC0C'

red 72 ◦ green 252 ◦ blue 12

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

Shades of Harlequin #48FC0C

Tints of Harlequin #48FC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 21.43%
G = 75%
B = 3.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#48FC0C (or 0x48FC0C) is known color: Harlequin. HEX triplet: 48, FC and 0C. RGB value is (72,252,12). Sum of RGB (Red+Green+Blue) = 72+252+12=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #48FC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FC0C is #B703F3. Grayscale: #ABABAB. Windows color (decimal): -11994100 or 851016. OLE color: 851016.

HSL color Cylindrical-coordinate representation of color #48FC0C: hue angle of 105º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48FC0C is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 12 -
CMYK 0.71 0 0.95 0.01
HSL 105º 0.98% 0.52% -
HSV(B) 105º 0.95% 0.99% -
XYZ 37.55 71.03 12.08 -
YUV 170.82 38.37 57.51 -
System Red Green Blue C M Y K H S L
Decimal 72 252 12 0.71 0 0.95 0.01 105 0.98 0.52
Hex 48 FC C 47 0 5F 1 69 62 34
Octal 110 374 14 107 0 137 1 151 142 64
Binary 1001000 11111100 1100 1000111 0 1011111 1 1101001 1100010 110100

Color Harmonies of #48FC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FC0C

Black with #48FC0C

Text Example


Text Example

White with #48FC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,252,12); }

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

background-color css

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

 a { background-color: rgb(72,252,12); }

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

border-color css

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

 span { border-color: rgb(72,252,12); }

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