Html Css Color HEX #4CF400 Harlequin

📋 copy color: '#4CF400'

red 76 ◦ green 244 ◦ blue 0

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

Shades of Harlequin #4CF400

Tints of Harlequin #4CF400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.75%
G = 76.25%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#4CF400 (or 0x4CF400) is known color: Harlequin. HEX triplet: 4C, F4 and 00. RGB value is (76,244,0). Sum of RGB (Red+Green+Blue) = 76+244+0=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF400 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF400 is #B30BFF. Grayscale: #A6A6A6. Windows color (decimal): -11734016 or 62540. OLE color: 62540.

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

Color convert

RGB 76 244 0 -
CMYK 0.69 0 1 0.04
HSL 101.31º 1% 0.48% -
HSV(B) 101.31º 1% 0.96% -
XYZ 35.33 66.24 10.92 -
YUV 165.95 34.34 63.84 -
System Red Green Blue C M Y K H S L
Decimal 76 244 0 0.69 0 1 0.04 101.31 1 0.48
Hex 4C F4 0 45 0 64 4 65 64 30
Octal 114 364 0 105 0 144 4 145 144 60
Binary 1001100 11110100 0 1000101 0 1100100 100 1100101 1100100 110000

Color Harmonies of #4CF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF400

Black with #4CF400

Text Example


Text Example

White with #4CF400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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