Html Css Color HEX #4CFC0A Harlequin

📋 copy color: '#4CFC0A'

red 76 ◦ green 252 ◦ blue 10

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

Shades of Harlequin #4CFC0A

Tints of Harlequin #4CFC0A

RGB

 RED value IS 76 (30.08% from 255) = 22.49%

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 22.49%
G = 74.56%
B = 2.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#4CFC0A (or 0x4CFC0A) is known color: Harlequin. HEX triplet: 4C, FC and 0A. RGB value is (76,252,10). Sum of RGB (Red+Green+Blue) = 76+252+10=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC0A is #B303F5. Grayscale: #ACACAC. Windows color (decimal): -11731958 or 719948. OLE color: 719948.

HSL color Cylindrical-coordinate representation of color #4CFC0A: hue angle of 103.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CFC0A is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 252 10 -
CMYK 0.70 0 0.96 0.01
HSL 103.64º 0.98% 0.51% -
HSV(B) 103.64º 0.96% 0.99% -
XYZ 37.85 71.18 12.03 -
YUV 171.79 36.69 59.68 -
System Red Green Blue C M Y K H S L
Decimal 76 252 10 0.70 0 0.96 0.01 103.64 0.98 0.51
Hex 4C FC A 46 0 60 1 68 62 33
Octal 114 374 12 106 0 140 1 150 142 63
Binary 1001100 11111100 1010 1000110 0 1100000 1 1101000 1100010 110011

Color Harmonies of #4CFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC0A

Black with #4CFC0A

Text Example


Text Example

White with #4CFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,252,10); }

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

background-color css

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

 a { background-color: rgb(76,252,10); }

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

border-color css

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

 span { border-color: rgb(76,252,10); }

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