Html Css Color HEX #42C25F Medium Sea Green

📋 copy color: '#42C25F'

red 66 ◦ green 194 ◦ blue 95

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

Shades of Medium Sea Green #42C25F

Tints of Medium Sea Green #42C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.65%

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

R = 18.59%
G = 54.65%
B = 26.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#42C25F (or 0x42C25F) is known color: Medium Sea Green. HEX triplet: 42, C2 and 5F. RGB value is (66,194,95). Sum of RGB (Red+Green+Blue) = 66+194+95=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #42C25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C25F is #BD3DA0. Grayscale: #909090. Windows color (decimal): -12402081 or 6275650. OLE color: 6275650.

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

Color convert

RGB 66 194 95 -
CMYK 0.66 0 0.51 0.24
HSL 133.59º 0.51% 0.51% -
HSV(B) 133.59º 0.66% 0.76% -
XYZ 23.6 40.57 17.41 -
YUV 144.44 100.09 72.05 -
System Red Green Blue C M Y K H S L
Decimal 66 194 95 0.66 0 0.51 0.24 133.59 0.51 0.51
Hex 42 C2 5F 42 0 33 18 86 33 33
Octal 102 302 137 102 0 63 30 206 63 63
Binary 1000010 11000010 1011111 1000010 0 110011 11000 10000110 110011 110011

Color Harmonies of #42C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C25F

Black with #42C25F

Text Example


Text Example

White with #42C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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