Html Css Color HEX #4FFC0C Harlequin

📋 copy color: '#4FFC0C'

red 79 ◦ green 252 ◦ blue 12

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

Shades of Harlequin #4FFC0C

Tints of Harlequin #4FFC0C

RGB

 RED value IS 79 (31.25% from 255) = 23.03%

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

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

R = 23.03%
G = 73.47%
B = 3.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#4FFC0C (or 0x4FFC0C) is known color: Harlequin. HEX triplet: 4F, FC and 0C. RGB value is (79,252,12). Sum of RGB (Red+Green+Blue) = 79+252+12=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC0C is #B003F3. Grayscale: #ADADAD. Windows color (decimal): -11535348 or 851023. OLE color: 851023.

HSL color Cylindrical-coordinate representation of color #4FFC0C: hue angle of 103.25º 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 #4FFC0C is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 12 -
CMYK 0.69 0 0.95 0.01
HSL 103.25º 0.98% 0.52% -
HSV(B) 103.25º 0.95% 0.99% -
XYZ 38.1 71.31 12.1 -
YUV 172.91 37.19 61.01 -
System Red Green Blue C M Y K H S L
Decimal 79 252 12 0.69 0 0.95 0.01 103.25 0.98 0.52
Hex 4F FC C 45 0 5F 1 67 62 34
Octal 117 374 14 105 0 137 1 147 142 64
Binary 1001111 11111100 1100 1000101 0 1011111 1 1100111 1100010 110100

Color Harmonies of #4FFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFC0C

Black with #4FFC0C

Text Example


Text Example

White with #4FFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FFC0C; }

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

 H1.HeaderClassName
 {
   color: #4FFC0C;
 }
 .AnyTagClassName
 {
   color: #4FFC0C;
 }
</style>

background-color css

<style>
 a { background-color: #4FFC0C; }

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

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

border-color css

<style>
 span { border-color: #4FFC0C; }

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

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