Html Css Color HEX #42B25D Chateau Green

📋 copy color: '#42B25D'

red 66 ◦ green 178 ◦ blue 93

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

Shades of Chateau Green #42B25D

Tints of Chateau Green #42B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

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

R = 19.58%
G = 52.82%
B = 27.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#42B25D (or 0x42B25D) is known color: Chateau Green. HEX triplet: 42, B2 and 5D. RGB value is (66,178,93). Sum of RGB (Red+Green+Blue) = 66+178+93=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #42B25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B25D is #BD4DA2. Grayscale: #878787. Windows color (decimal): -12406179 or 6140482. OLE color: 6140482.

HSL color Cylindrical-coordinate representation of color #42B25D: hue angle of 134.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B25D is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 93 -
CMYK 0.63 0 0.48 0.30
HSL 134.46º 0.46% 0.48% -
HSV(B) 134.46º 0.63% 0.7% -
XYZ 20.14 33.79 15.82 -
YUV 134.82 104.39 78.91 -
System Red Green Blue C M Y K H S L
Decimal 66 178 93 0.63 0 0.48 0.30 134.46 0.46 0.48
Hex 42 B2 5D 3F 0 30 1E 86 2E 30
Octal 102 262 135 77 0 60 36 206 56 60
Binary 1000010 10110010 1011101 111111 0 110000 11110 10000110 101110 110000

Color Harmonies of #42B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B25D

Black with #42B25D

Text Example


Text Example

White with #42B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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