Html Css Color HEX #42BF72 Medium Sea Green

📋 copy color: '#42BF72'

red 66 ◦ green 191 ◦ blue 114

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

Shades of Medium Sea Green #42BF72

Tints of Medium Sea Green #42BF72

RGB

 RED value IS 66 (26.17% from 255) = 17.79%

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 17.79%
G = 51.48%
B = 30.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#42BF72 (or 0x42BF72) is known color: Medium Sea Green. HEX triplet: 42, BF and 72. RGB value is (66,191,114). Sum of RGB (Red+Green+Blue) = 66+191+114=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF72 is #BD408D. Grayscale: #919191. Windows color (decimal): -12402830 or 7520066. OLE color: 7520066.

HSL color Cylindrical-coordinate representation of color #42BF72: hue angle of 143.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF72 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 114 -
CMYK 0.65 0 0.40 0.25
HSL 143.04º 0.49% 0.5% -
HSV(B) 143.04º 0.65% 0.75% -
XYZ 23.91 39.63 22.31 -
YUV 144.85 110.59 71.76 -
System Red Green Blue C M Y K H S L
Decimal 66 191 114 0.65 0 0.40 0.25 143.04 0.49 0.5
Hex 42 BF 72 41 0 28 19 8F 31 32
Octal 102 277 162 101 0 50 31 217 61 62
Binary 1000010 10111111 1110010 1000001 0 101000 11001 10001111 110001 110010

Color Harmonies of #42BF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF72

Black with #42BF72

Text Example


Text Example

White with #42BF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BF72; }

 p { color: rgb(66,191,114); }

 H1.HeaderClassName
 {
   color: #42BF72;
 }
 .AnyTagClassName
 {
   color: #42BF72;
 }
</style>

background-color css

<style>
 a { background-color: #42BF72; }

 a { background-color: rgb(66,191,114); }

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

border-color css

<style>
 span { border-color: #42BF72; }

 span { border-color: rgb(66,191,114); }

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