Html Css Color HEX #4CEA10 Harlequin

📋 copy color: '#4CEA10'

red 76 ◦ green 234 ◦ blue 16

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

Shades of Harlequin #4CEA10

Tints of Harlequin #4CEA10

RGB

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

 GREEN value IS 234 (91.8% from 255) = 71.78%

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

R = 23.31%
G = 71.78%
B = 4.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#4CEA10 (or 0x4CEA10) is known color: Harlequin. HEX triplet: 4C, EA and 10. RGB value is (76,234,16). Sum of RGB (Red+Green+Blue) = 76+234+16=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEA10 is #B315EF. Grayscale: #A2A2A2. Windows color (decimal): -11736560 or 1108556. OLE color: 1108556.

HSL color Cylindrical-coordinate representation of color #4CEA10: hue angle of 103.49º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CEA10 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 234 16 -
CMYK 0.68 0 0.93 0.08
HSL 103.49º 0.87% 0.49% -
HSV(B) 103.49º 0.93% 0.92% -
XYZ 32.5 60.42 10.44 -
YUV 161.91 45.65 66.73 -
System Red Green Blue C M Y K H S L
Decimal 76 234 16 0.68 0 0.93 0.08 103.49 0.87 0.49
Hex 4C EA 10 44 0 5D 8 67 57 31
Octal 114 352 20 104 0 135 10 147 127 61
Binary 1001100 11101010 10000 1000100 0 1011101 1000 1100111 1010111 110001

Color Harmonies of #4CEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEA10

Black with #4CEA10

Text Example


Text Example

White with #4CEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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