Html Css Color HEX #48DF0C Harlequin

📋 copy color: '#48DF0C'

red 72 ◦ green 223 ◦ blue 12

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

Shades of Harlequin #48DF0C

Tints of Harlequin #48DF0C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.64%

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

R = 23.45%
G = 72.64%
B = 3.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#48DF0C (or 0x48DF0C) is known color: Harlequin. HEX triplet: 48, DF and 0C. RGB value is (72,223,12). Sum of RGB (Red+Green+Blue) = 72+223+12=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DF0C is #B720F3. Grayscale: #9A9A9A. Windows color (decimal): -12001524 or 843592. OLE color: 843592.

HSL color Cylindrical-coordinate representation of color #48DF0C: hue angle of 102.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48DF0C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 12 -
CMYK 0.68 0 0.95 0.13
HSL 102.94º 0.9% 0.46% -
HSV(B) 102.94º 0.95% 0.87% -
XYZ 29.13 54.18 9.27 -
YUV 153.8 47.97 69.66 -
System Red Green Blue C M Y K H S L
Decimal 72 223 12 0.68 0 0.95 0.13 102.94 0.9 0.46
Hex 48 DF C 44 0 5F D 67 5A 2E
Octal 110 337 14 104 0 137 15 147 132 56
Binary 1001000 11011111 1100 1000100 0 1011111 1101 1100111 1011010 101110

Color Harmonies of #48DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF0C

Black with #48DF0C

Text Example


Text Example

White with #48DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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