Html Css Color HEX #42BA5D Chateau Green

📋 copy color: '#42BA5D'

red 66 ◦ green 186 ◦ blue 93

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

Shades of Chateau Green #42BA5D

Tints of Chateau Green #42BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 19.13%
G = 53.91%
B = 26.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#42BA5D (or 0x42BA5D) is known color: Chateau Green. HEX triplet: 42, BA and 5D. RGB value is (66,186,93). Sum of RGB (Red+Green+Blue) = 66+186+93=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA5D is #BD45A2. Grayscale: #8B8B8B. Windows color (decimal): -12404131 or 6142530. OLE color: 6142530.

HSL color Cylindrical-coordinate representation of color #42BA5D: hue angle of 133.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 #42BA5D is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 93 -
CMYK 0.65 0 0.5 0.27
HSL 133.5º 0.48% 0.49% -
HSV(B) 133.5º 0.65% 0.73% -
XYZ 21.78 37.07 16.36 -
YUV 139.52 101.74 75.56 -
System Red Green Blue C M Y K H S L
Decimal 66 186 93 0.65 0 0.5 0.27 133.5 0.48 0.49
Hex 42 BA 5D 41 0 32 1B 86 30 31
Octal 102 272 135 101 0 62 33 206 60 61
Binary 1000010 10111010 1011101 1000001 0 110010 11011 10000110 110000 110001

Color Harmonies of #42BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA5D

Black with #42BA5D

Text Example


Text Example

White with #42BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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