Html Css Color HEX #42BA5B Chateau Green

📋 copy color: '#42BA5B'

red 66 ◦ green 186 ◦ blue 91

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

Shades of Chateau Green #42BA5B

Tints of Chateau Green #42BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.23%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 19.24%
G = 54.23%
B = 26.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#42BA5B (or 0x42BA5B) is known color: Chateau Green. HEX triplet: 42, BA and 5B. RGB value is (66,186,91). Sum of RGB (Red+Green+Blue) = 66+186+91=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA5B is #BD45A4. Grayscale: #8B8B8B. Windows color (decimal): -12404133 or 6011458. OLE color: 6011458.

HSL color Cylindrical-coordinate representation of color #42BA5B: hue angle of 132.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA5B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 91 -
CMYK 0.65 0 0.51 0.27
HSL 132.5º 0.48% 0.49% -
HSV(B) 132.5º 0.65% 0.73% -
XYZ 21.69 37.03 15.9 -
YUV 139.29 100.74 75.72 -
System Red Green Blue C M Y K H S L
Decimal 66 186 91 0.65 0 0.51 0.27 132.5 0.48 0.49
Hex 42 BA 5B 41 0 33 1B 84 30 31
Octal 102 272 133 101 0 63 33 204 60 61
Binary 1000010 10111010 1011011 1000001 0 110011 11011 10000100 110000 110001

Color Harmonies of #42BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA5B

Black with #42BA5B

Text Example


Text Example

White with #42BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,91); }

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

background-color css

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

 a { background-color: rgb(66,186,91); }

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

border-color css

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

 span { border-color: rgb(66,186,91); }

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