Html Css Color HEX #42AD84 Gossamer

📋 copy color: '#42AD84'

red 66 ◦ green 173 ◦ blue 132

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

Shades of Gossamer #42AD84

Tints of Gossamer #42AD84

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 17.79%
G = 46.63%
B = 35.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#42AD84 (or 0x42AD84) is known color: Gossamer. HEX triplet: 42, AD and 84. RGB value is (66,173,132). Sum of RGB (Red+Green+Blue) = 66+173+132=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD84 is #BD527B. Grayscale: #888888. Windows color (decimal): -12407420 or 8695106. OLE color: 8695106.

HSL color Cylindrical-coordinate representation of color #42AD84: hue angle of 157.01º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD84 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 132 -
CMYK 0.62 0 0.24 0.32
HSL 157.01º 0.45% 0.47% -
HSV(B) 157.01º 0.62% 0.68% -
XYZ 21.36 32.71 27.02 -
YUV 136.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 66 173 132 0.62 0 0.24 0.32 157.01 0.45 0.47
Hex 42 AD 84 3E 0 18 20 9D 2D 2F
Octal 102 255 204 76 0 30 40 235 55 57
Binary 1000010 10101101 10000100 111110 0 11000 100000 10011101 101101 101111

Color Harmonies of #42AD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD84

Black with #42AD84

Text Example


Text Example

White with #42AD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,132); }

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

background-color css

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

 a { background-color: rgb(66,173,132); }

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

border-color css

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

 span { border-color: rgb(66,173,132); }

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