Html Css Color HEX #4CCF74 Emerald

📋 copy color: '#4CCF74'

red 76 ◦ green 207 ◦ blue 116

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

Shades of Emerald #4CCF74

Tints of Emerald #4CCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.88%

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 19.05%
G = 51.88%
B = 29.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#4CCF74 (or 0x4CCF74) is known color: Emerald. HEX triplet: 4C, CF and 74. RGB value is (76,207,116). Sum of RGB (Red+Green+Blue) = 76+207+116=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF74 is #B3308B. Grayscale: #9D9D9D. Windows color (decimal): -11743372 or 7655244. OLE color: 7655244.

HSL color Cylindrical-coordinate representation of color #4CCF74: hue angle of 138.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCF74 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 116 -
CMYK 0.63 0 0.44 0.19
HSL 138.32º 0.58% 0.55% -
HSV(B) 138.32º 0.63% 0.81% -
XYZ 28.45 47.42 24.18 -
YUV 157.46 104.6 69.9 -
System Red Green Blue C M Y K H S L
Decimal 76 207 116 0.63 0 0.44 0.19 138.32 0.58 0.55
Hex 4C CF 74 3F 0 2C 13 8A 3A 37
Octal 114 317 164 77 0 54 23 212 72 67
Binary 1001100 11001111 1110100 111111 0 101100 10011 10001010 111010 110111

Color Harmonies of #4CCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCF74

Black with #4CCF74

Text Example


Text Example

White with #4CCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,207,116); }

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

background-color css

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

 a { background-color: rgb(76,207,116); }

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

border-color css

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

 span { border-color: rgb(76,207,116); }

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