Html Css Color HEX #4BCF7F Emerald

📋 copy color: '#4BCF7F'

red 75 ◦ green 207 ◦ blue 127

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

Shades of Emerald #4BCF7F

Tints of Emerald #4BCF7F

RGB

 RED value IS 75 (29.69% from 255) = 18.34%

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 18.34%
G = 50.61%
B = 31.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#4BCF7F (or 0x4BCF7F) is known color: Emerald. HEX triplet: 4B, CF and 7F. RGB value is (75,207,127). Sum of RGB (Red+Green+Blue) = 75+207+127=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCF7F is #B43080. Grayscale: #9E9E9E. Windows color (decimal): -11808897 or 8376139. OLE color: 8376139.

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

Color convert

RGB 75 207 127 -
CMYK 0.64 0 0.39 0.19
HSL 143.64º 0.58% 0.55% -
HSV(B) 143.64º 0.64% 0.81% -
XYZ 29.05 47.65 27.75 -
YUV 158.41 110.27 68.5 -
System Red Green Blue C M Y K H S L
Decimal 75 207 127 0.64 0 0.39 0.19 143.64 0.58 0.55
Hex 4B CF 7F 40 0 27 13 90 3A 37
Octal 113 317 177 100 0 47 23 220 72 67
Binary 1001011 11001111 1111111 1000000 0 100111 10011 10010000 111010 110111

Color Harmonies of #4BCF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF7F

Black with #4BCF7F

Text Example


Text Example

White with #4BCF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,127); }

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

background-color css

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

 a { background-color: rgb(75,207,127); }

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

border-color css

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

 span { border-color: rgb(75,207,127); }

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