Html Css Color HEX #4CED04 Harlequin

📋 copy color: '#4CED04'

red 76 ◦ green 237 ◦ blue 4

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

Shades of Harlequin #4CED04

Tints of Harlequin #4CED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.76%

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 23.97%
G = 74.76%
B = 1.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#4CED04 (or 0x4CED04) is known color: Harlequin. HEX triplet: 4C, ED and 04. RGB value is (76,237,4). Sum of RGB (Red+Green+Blue) = 76+237+4=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 237 (92.97% from 255 or 74.76% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 237 - color contains mainly: green. Hex color #4CED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CED04 is #B312FB. Grayscale: #A3A3A3. Windows color (decimal): -11735804 or 322892. OLE color: 322892.

HSL color Cylindrical-coordinate representation of color #4CED04: hue angle of 101.46º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CED04 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 237 4 -
CMYK 0.68 0 0.98 0.07
HSL 101.46º 0.97% 0.47% -
HSV(B) 101.46º 0.98% 0.93% -
XYZ 33.29 62.11 10.35 -
YUV 162.3 38.66 66.45 -
System Red Green Blue C M Y K H S L
Decimal 76 237 4 0.68 0 0.98 0.07 101.46 0.97 0.47
Hex 4C ED 4 44 0 62 7 65 61 2F
Octal 114 355 4 104 0 142 7 145 141 57
Binary 1001100 11101101 100 1000100 0 1100010 111 1100101 1100001 101111

Color Harmonies of #4CED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CED04

Black with #4CED04

Text Example


Text Example

White with #4CED04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,237,4); }

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

background-color css

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

 a { background-color: rgb(76,237,4); }

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

border-color css

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

 span { border-color: rgb(76,237,4); }

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