Html Css Color HEX #42AE55 Chateau Green

📋 copy color: '#42AE55'

red 66 ◦ green 174 ◦ blue 85

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

Shades of Chateau Green #42AE55

Tints of Chateau Green #42AE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.54%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 20.31%
G = 53.54%
B = 26.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#42AE55 (or 0x42AE55) is known color: Chateau Green. HEX triplet: 42, AE and 55. RGB value is (66,174,85). Sum of RGB (Red+Green+Blue) = 66+174+85=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE55 is #BD51AA. Grayscale: #838383. Windows color (decimal): -12407211 or 5615170. OLE color: 5615170.

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

Color convert

RGB 66 174 85 -
CMYK 0.62 0 0.51 0.32
HSL 130.56º 0.45% 0.47% -
HSV(B) 130.56º 0.62% 0.68% -
XYZ 19.02 32.09 13.79 -
YUV 131.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 66 174 85 0.62 0 0.51 0.32 130.56 0.45 0.47
Hex 42 AE 55 3E 0 33 20 83 2D 2F
Octal 102 256 125 76 0 63 40 203 55 57
Binary 1000010 10101110 1010101 111110 0 110011 100000 10000011 101101 101111

Color Harmonies of #42AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE55

Black with #42AE55

Text Example


Text Example

White with #42AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,174,85); }

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

background-color css

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

 a { background-color: rgb(66,174,85); }

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

border-color css

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

 span { border-color: rgb(66,174,85); }

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