Html Css Color HEX #4CDE00 Harlequin

📋 copy color: '#4CDE00'

red 76 ◦ green 222 ◦ blue 0

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

Shades of Harlequin #4CDE00

Tints of Harlequin #4CDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.5%

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

R = 25.5%
G = 74.5%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#4CDE00 (or 0x4CDE00) is known color: Harlequin. HEX triplet: 4C, DE and 00. RGB value is (76,222,0). Sum of RGB (Red+Green+Blue) = 76+222+0=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDE00 is #B321FF. Grayscale: #999999. Windows color (decimal): -11739648 or 56908. OLE color: 56908.

HSL color Cylindrical-coordinate representation of color #4CDE00: hue angle of 99.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CDE00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 222 0 -
CMYK 0.66 0 1 0.13
HSL 99.46º 1% 0.44% -
HSV(B) 99.46º 1% 0.87% -
XYZ 29.1 53.78 8.85 -
YUV 153.04 41.63 73.05 -
System Red Green Blue C M Y K H S L
Decimal 76 222 0 0.66 0 1 0.13 99.46 1 0.44
Hex 4C DE 0 42 0 64 D 63 64 2C
Octal 114 336 0 102 0 144 15 143 144 54
Binary 1001100 11011110 0 1000010 0 1100100 1101 1100011 1100100 101100

Color Harmonies of #4CDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDE00

Black with #4CDE00

Text Example


Text Example

White with #4CDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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