Html Css Color HEX #4CFC07 Harlequin

📋 copy color: '#4CFC07'

red 76 ◦ green 252 ◦ blue 7

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

Shades of Harlequin #4CFC07

Tints of Harlequin #4CFC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.09%

R = 22.69%
G = 75.22%
B = 2.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#4CFC07 (or 0x4CFC07) is known color: Harlequin. HEX triplet: 4C, FC and 07. RGB value is (76,252,7). Sum of RGB (Red+Green+Blue) = 76+252+7=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC07 is #B303F8. Grayscale: #ACACAC. Windows color (decimal): -11731961 or 523340. OLE color: 523340.

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

Color convert

RGB 76 252 7 -
CMYK 0.70 0 0.97 0.01
HSL 103.1º 0.98% 0.51% -
HSV(B) 103.1º 0.97% 0.99% -
XYZ 37.83 71.17 11.94 -
YUV 171.45 35.19 59.92 -
System Red Green Blue C M Y K H S L
Decimal 76 252 7 0.70 0 0.97 0.01 103.1 0.98 0.51
Hex 4C FC 7 46 0 61 1 67 62 33
Octal 114 374 7 106 0 141 1 147 142 63
Binary 1001100 11111100 111 1000110 0 1100001 1 1100111 1100010 110011

Color Harmonies of #4CFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC07

Black with #4CFC07

Text Example


Text Example

White with #4CFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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