Html Css Color HEX #2CBF77 Medium Sea Green

📋 copy color: '#2CBF77'

red 44 ◦ green 191 ◦ blue 119

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

Shades of Medium Sea Green #2CBF77

Tints of Medium Sea Green #2CBF77

RGB

 RED value IS 44 (17.58% from 255) = 12.43%

 GREEN value IS 191 (75% from 255) = 53.95%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 12.43%
G = 53.95%
B = 33.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#2CBF77 (or 0x2CBF77) is known color: Medium Sea Green. HEX triplet: 2C, BF and 77. RGB value is (44,191,119). Sum of RGB (Red+Green+Blue) = 44+191+119=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF77 is #D34088. Grayscale: #8A8A8A. Windows color (decimal): -13844617 or 7847724. OLE color: 7847724.

HSL color Cylindrical-coordinate representation of color #2CBF77: hue angle of 150.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF77 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 119 -
CMYK 0.77 0 0.38 0.25
HSL 150.61º 0.63% 0.46% -
HSV(B) 150.61º 0.77% 0.75% -
XYZ 23 39.13 23.79 -
YUV 138.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 44 191 119 0.77 0 0.38 0.25 150.61 0.63 0.46
Hex 2C BF 77 4D 0 26 19 97 3F 2E
Octal 54 277 167 115 0 46 31 227 77 56
Binary 101100 10111111 1110111 1001101 0 100110 11001 10010111 111111 101110

Color Harmonies of #2CBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF77

Black with #2CBF77

Text Example


Text Example

White with #2CBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CBF77; }

 p { color: rgb(44,191,119); }

 H1.HeaderClassName
 {
   color: #2CBF77;
 }
 .AnyTagClassName
 {
   color: #2CBF77;
 }
</style>

background-color css

<style>
 a { background-color: #2CBF77; }

 a { background-color: rgb(44,191,119); }

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

border-color css

<style>
 span { border-color: #2CBF77; }

 span { border-color: rgb(44,191,119); }

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