Html Css Color HEX #4CDD65 Emerald

📋 copy color: '#4CDD65'

red 76 ◦ green 221 ◦ blue 101

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

Shades of Emerald #4CDD65

Tints of Emerald #4CDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 19.1%
G = 55.53%
B = 25.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#4CDD65 (or 0x4CDD65) is known color: Emerald. HEX triplet: 4C, DD and 65. RGB value is (76,221,101). Sum of RGB (Red+Green+Blue) = 76+221+101=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD65 is #B3229A. Grayscale: #A4A4A4. Windows color (decimal): -11739803 or 6675788. OLE color: 6675788.

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

Color convert

RGB 76 221 101 -
CMYK 0.66 0 0.54 0.13
HSL 130.34º 0.68% 0.58% -
HSV(B) 130.34º 0.66% 0.87% -
XYZ 31.19 54.19 21.13 -
YUV 163.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 76 221 101 0.66 0 0.54 0.13 130.34 0.68 0.58
Hex 4C DD 65 42 0 36 D 82 44 3A
Octal 114 335 145 102 0 66 15 202 104 72
Binary 1001100 11011101 1100101 1000010 0 110110 1101 10000010 1000100 111010

Color Harmonies of #4CDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD65

Black with #4CDD65

Text Example


Text Example

White with #4CDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,101); }

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

background-color css

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

 a { background-color: rgb(76,221,101); }

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

border-color css

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

 span { border-color: rgb(76,221,101); }

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