Html Css Color HEX #4CCF85 Emerald

📋 copy color: '#4CCF85'

red 76 ◦ green 207 ◦ blue 133

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

Shades of Emerald #4CCF85

Tints of Emerald #4CCF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 18.27%
G = 49.76%
B = 31.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#4CCF85 (or 0x4CCF85) is known color: Emerald. HEX triplet: 4C, CF and 85. RGB value is (76,207,133). Sum of RGB (Red+Green+Blue) = 76+207+133=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCF85 is #B3307A. Grayscale: #9F9F9F. Windows color (decimal): -11743355 or 8769356. OLE color: 8769356.

HSL color Cylindrical-coordinate representation of color #4CCF85: hue angle of 146.11º 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 #4CCF85 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 133 -
CMYK 0.63 0 0.36 0.19
HSL 146.11º 0.58% 0.55% -
HSV(B) 146.11º 0.63% 0.81% -
XYZ 29.53 47.86 29.87 -
YUV 159.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 76 207 133 0.63 0 0.36 0.19 146.11 0.58 0.55
Hex 4C CF 85 3F 0 24 13 92 3A 37
Octal 114 317 205 77 0 44 23 222 72 67
Binary 1001100 11001111 10000101 111111 0 100100 10011 10010010 111010 110111

Color Harmonies of #4CCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCF85

Black with #4CCF85

Text Example


Text Example

White with #4CCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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