Html Css Color HEX #42B85A Chateau Green

📋 copy color: '#42B85A'

red 66 ◦ green 184 ◦ blue 90

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

Shades of Chateau Green #42B85A

Tints of Chateau Green #42B85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.12%

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 19.41%
G = 54.12%
B = 26.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#42B85A (or 0x42B85A) is known color: Chateau Green. HEX triplet: 42, B8 and 5A. RGB value is (66,184,90). Sum of RGB (Red+Green+Blue) = 66+184+90=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #42B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B85A is #BD47A5. Grayscale: #8A8A8A. Windows color (decimal): -12404646 or 5945410. OLE color: 5945410.

HSL color Cylindrical-coordinate representation of color #42B85A: hue angle of 132.2º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B85A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 90 -
CMYK 0.64 0 0.51 0.28
HSL 132.2º 0.47% 0.49% -
HSV(B) 132.2º 0.64% 0.72% -
XYZ 21.23 36.18 15.54 -
YUV 138 100.91 76.64 -
System Red Green Blue C M Y K H S L
Decimal 66 184 90 0.64 0 0.51 0.28 132.2 0.47 0.49
Hex 42 B8 5A 40 0 33 1C 84 2F 31
Octal 102 270 132 100 0 63 34 204 57 61
Binary 1000010 10111000 1011010 1000000 0 110011 11100 10000100 101111 110001

Color Harmonies of #42B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B85A

Black with #42B85A

Text Example


Text Example

White with #42B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,90); }

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

background-color css

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

 a { background-color: rgb(66,184,90); }

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

border-color css

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

 span { border-color: rgb(66,184,90); }

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