Html Css Color HEX #42C260 Medium Sea Green

📋 copy color: '#42C260'

red 66 ◦ green 194 ◦ blue 96

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

Shades of Medium Sea Green #42C260

Tints of Medium Sea Green #42C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 18.54%
G = 54.49%
B = 26.97%

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

#42C260 (or 0x42C260) is known color: Medium Sea Green. HEX triplet: 42, C2 and 60. RGB value is (66,194,96). Sum of RGB (Red+Green+Blue) = 66+194+96=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #42C260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C260 is #BD3D9F. Grayscale: #909090. Windows color (decimal): -12402080 or 6341186. OLE color: 6341186.

HSL color Cylindrical-coordinate representation of color #42C260: hue angle of 134.06º 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 #42C260 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 96 -
CMYK 0.66 0 0.51 0.24
HSL 134.06º 0.51% 0.51% -
HSV(B) 134.06º 0.66% 0.76% -
XYZ 23.65 40.59 17.65 -
YUV 144.56 100.59 71.97 -
System Red Green Blue C M Y K H S L
Decimal 66 194 96 0.66 0 0.51 0.24 134.06 0.51 0.51
Hex 42 C2 60 42 0 33 18 86 33 33
Octal 102 302 140 102 0 63 30 206 63 63
Binary 1000010 11000010 1100000 1000010 0 110011 11000 10000110 110011 110011

Color Harmonies of #42C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C260

Black with #42C260

Text Example


Text Example

White with #42C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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