Html Css Color HEX #42B05E Chateau Green

📋 copy color: '#42B05E'

red 66 ◦ green 176 ◦ blue 94

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

Shades of Chateau Green #42B05E

Tints of Chateau Green #42B05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 19.64%
G = 52.38%
B = 27.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#42B05E (or 0x42B05E) is known color: Chateau Green. HEX triplet: 42, B0 and 5E. RGB value is (66,176,94). Sum of RGB (Red+Green+Blue) = 66+176+94=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #42B05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B05E is #BD4FA1. Grayscale: #858585. Windows color (decimal): -12406690 or 6205506. OLE color: 6205506.

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

Color convert

RGB 66 176 94 -
CMYK 0.62 0 0.47 0.31
HSL 135.27º 0.45% 0.47% -
HSV(B) 135.27º 0.63% 0.69% -
XYZ 19.79 33.02 15.92 -
YUV 133.76 105.56 79.67 -
System Red Green Blue C M Y K H S L
Decimal 66 176 94 0.62 0 0.47 0.31 135.27 0.45 0.47
Hex 42 B0 5E 3E 0 2F 1F 87 2D 2F
Octal 102 260 136 76 0 57 37 207 55 57
Binary 1000010 10110000 1011110 111110 0 101111 11111 10000111 101101 101111

Color Harmonies of #42B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B05E

Black with #42B05E

Text Example


Text Example

White with #42B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,94); }

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

background-color css

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

 a { background-color: rgb(66,176,94); }

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

border-color css

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

 span { border-color: rgb(66,176,94); }

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