Html Css Color HEX #4CF410 Harlequin

📋 copy color: '#4CF410'

red 76 ◦ green 244 ◦ blue 16

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

Shades of Harlequin #4CF410

Tints of Harlequin #4CF410

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.62%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 22.62%
G = 72.62%
B = 4.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#4CF410 (or 0x4CF410) is known color: Harlequin. HEX triplet: 4C, F4 and 10. RGB value is (76,244,16). Sum of RGB (Red+Green+Blue) = 76+244+16=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 244 (95.70% from 255 or 72.62% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF410 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF410 is #B30BEF. Grayscale: #A8A8A8. Windows color (decimal): -11734000 or 1111116. OLE color: 1111116.

HSL color Cylindrical-coordinate representation of color #4CF410: hue angle of 104.21º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CF410 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 244 16 -
CMYK 0.69 0 0.93 0.04
HSL 104.21º 0.91% 0.51% -
HSV(B) 104.21º 0.93% 0.96% -
XYZ 35.42 66.28 11.42 -
YUV 167.78 42.34 62.54 -
System Red Green Blue C M Y K H S L
Decimal 76 244 16 0.69 0 0.93 0.04 104.21 0.91 0.51
Hex 4C F4 10 45 0 5D 4 68 5B 33
Octal 114 364 20 105 0 135 4 150 133 63
Binary 1001100 11110100 10000 1000101 0 1011101 100 1101000 1011011 110011

Color Harmonies of #4CF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF410

Black with #4CF410

Text Example


Text Example

White with #4CF410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,244,16); }

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

background-color css

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

 a { background-color: rgb(76,244,16); }

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

border-color css

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

 span { border-color: rgb(76,244,16); }

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