Html Css Color HEX #42B25E Chateau Green

📋 copy color: '#42B25E'

red 66 ◦ green 178 ◦ blue 94

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

Shades of Chateau Green #42B25E

Tints of Chateau Green #42B25E

RGB

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

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

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

R = 19.53%
G = 52.66%
B = 27.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#42B25E (or 0x42B25E) is known color: Chateau Green. HEX triplet: 42, B2 and 5E. RGB value is (66,178,94). Sum of RGB (Red+Green+Blue) = 66+178+94=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #42B25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B25E is #BD4DA1. Grayscale: #878787. Windows color (decimal): -12406178 or 6206018. OLE color: 6206018.

HSL color Cylindrical-coordinate representation of color #42B25E: hue angle of 135º 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 #42B25E is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 94 -
CMYK 0.63 0 0.47 0.30
HSL 135º 0.46% 0.48% -
HSV(B) 135º 0.63% 0.7% -
XYZ 20.19 33.81 16.05 -
YUV 134.94 104.89 78.83 -
System Red Green Blue C M Y K H S L
Decimal 66 178 94 0.63 0 0.47 0.30 135 0.46 0.48
Hex 42 B2 5E 3F 0 2F 1E 87 2E 30
Octal 102 262 136 77 0 57 36 207 56 60
Binary 1000010 10110010 1011110 111111 0 101111 11110 10000111 101110 110000

Color Harmonies of #42B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B25E

Black with #42B25E

Text Example


Text Example

White with #42B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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