Html Css Color HEX #42C05F Medium Sea Green

📋 copy color: '#42C05F'

red 66 ◦ green 192 ◦ blue 95

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

Shades of Medium Sea Green #42C05F

Tints of Medium Sea Green #42C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.39%

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 18.7%
G = 54.39%
B = 26.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#42C05F (or 0x42C05F) is known color: Medium Sea Green. HEX triplet: 42, C0 and 5F. RGB value is (66,192,95). Sum of RGB (Red+Green+Blue) = 66+192+95=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #42C05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C05F is #BD3FA0. Grayscale: #8F8F8F. Windows color (decimal): -12402593 or 6275138. OLE color: 6275138.

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

Color convert

RGB 66 192 95 -
CMYK 0.66 0 0.51 0.25
HSL 133.81º 0.5% 0.51% -
HSV(B) 133.81º 0.66% 0.75% -
XYZ 23.16 39.68 17.27 -
YUV 143.27 100.76 72.89 -
System Red Green Blue C M Y K H S L
Decimal 66 192 95 0.66 0 0.51 0.25 133.81 0.5 0.51
Hex 42 C0 5F 42 0 33 19 86 32 33
Octal 102 300 137 102 0 63 31 206 62 63
Binary 1000010 11000000 1011111 1000010 0 110011 11001 10000110 110010 110011

Color Harmonies of #42C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C05F

Black with #42C05F

Text Example


Text Example

White with #42C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,95); }

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

background-color css

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

 a { background-color: rgb(66,192,95); }

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

border-color css

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

 span { border-color: rgb(66,192,95); }

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