Html Css Color HEX #4CCB64 Emerald

📋 copy color: '#4CCB64'

red 76 ◦ green 203 ◦ blue 100

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

Shades of Emerald #4CCB64

Tints of Emerald #4CCB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.56%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 20.05%
G = 53.56%
B = 26.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#4CCB64 (or 0x4CCB64) is known color: Emerald. HEX triplet: 4C, CB and 64. RGB value is (76,203,100). Sum of RGB (Red+Green+Blue) = 76+203+100=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCB64 is #B3349B. Grayscale: #999999. Windows color (decimal): -11744412 or 6605644. OLE color: 6605644.

HSL color Cylindrical-coordinate representation of color #4CCB64: hue angle of 131.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCB64 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 203 100 -
CMYK 0.63 0 0.51 0.20
HSL 131.34º 0.55% 0.55% -
HSV(B) 131.34º 0.63% 0.8% -
XYZ 26.64 45.17 19.37 -
YUV 153.29 97.92 72.88 -
System Red Green Blue C M Y K H S L
Decimal 76 203 100 0.63 0 0.51 0.20 131.34 0.55 0.55
Hex 4C CB 64 3F 0 33 14 83 37 37
Octal 114 313 144 77 0 63 24 203 67 67
Binary 1001100 11001011 1100100 111111 0 110011 10100 10000011 110111 110111

Color Harmonies of #4CCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCB64

Black with #4CCB64

Text Example


Text Example

White with #4CCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,203,100); }

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

background-color css

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

 a { background-color: rgb(76,203,100); }

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

border-color css

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

 span { border-color: rgb(76,203,100); }

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