Html Css Color HEX #4CE80B Harlequin

📋 copy color: '#4CE80B'

red 76 ◦ green 232 ◦ blue 11

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

Shades of Harlequin #4CE80B

Tints of Harlequin #4CE80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.73%

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 23.82%
G = 72.73%
B = 3.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#4CE80B (or 0x4CE80B) is known color: Harlequin. HEX triplet: 4C, E8 and 0B. RGB value is (76,232,11). Sum of RGB (Red+Green+Blue) = 76+232+11=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 232 (91.02% from 255 or 72.73% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE80B is #B317F4. Grayscale: #A0A0A0. Windows color (decimal): -11737077 or 780364. OLE color: 780364.

HSL color Cylindrical-coordinate representation of color #4CE80B: hue angle of 102.35º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CE80B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 76 232 11 -
CMYK 0.67 0 0.95 0.09
HSL 102.35º 0.91% 0.48% -
HSV(B) 102.35º 0.95% 0.91% -
XYZ 31.9 59.27 10.08 -
YUV 160.16 43.82 67.97 -
System Red Green Blue C M Y K H S L
Decimal 76 232 11 0.67 0 0.95 0.09 102.35 0.91 0.48
Hex 4C E8 B 43 0 5F 9 66 5B 30
Octal 114 350 13 103 0 137 11 146 133 60
Binary 1001100 11101000 1011 1000011 0 1011111 1001 1100110 1011011 110000

Color Harmonies of #4CE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE80B

Black with #4CE80B

Text Example


Text Example

White with #4CE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,232,11); }

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

background-color css

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

 a { background-color: rgb(76,232,11); }

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

border-color css

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

 span { border-color: rgb(76,232,11); }

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