Html Css Color HEX #40BE5B Chateau Green

📋 copy color: '#40BE5B'

red 64 ◦ green 190 ◦ blue 91

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

Shades of Chateau Green #40BE5B

Tints of Chateau Green #40BE5B

RGB

 RED value IS 64 (25.39% from 255) = 18.55%

 GREEN value IS 190 (74.61% from 255) = 55.07%

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

R = 18.55%
G = 55.07%
B = 26.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#40BE5B (or 0x40BE5B) is known color: Chateau Green. HEX triplet: 40, BE and 5B. RGB value is (64,190,91). Sum of RGB (Red+Green+Blue) = 64+190+91=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE5B is #BF41A4. Grayscale: #8D8D8D. Windows color (decimal): -12534181 or 6012480. OLE color: 6012480.

HSL color Cylindrical-coordinate representation of color #40BE5B: hue angle of 132.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE5B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 91 -
CMYK 0.66 0 0.52 0.25
HSL 132.86º 0.5% 0.5% -
HSV(B) 132.86º 0.66% 0.75% -
XYZ 22.42 38.67 16.18 -
YUV 141.04 99.76 73.05 -
System Red Green Blue C M Y K H S L
Decimal 64 190 91 0.66 0 0.52 0.25 132.86 0.5 0.5
Hex 40 BE 5B 42 0 34 19 85 32 32
Octal 100 276 133 102 0 64 31 205 62 62
Binary 1000000 10111110 1011011 1000010 0 110100 11001 10000101 110010 110010

Color Harmonies of #40BE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE5B

Black with #40BE5B

Text Example


Text Example

White with #40BE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BE5B; }

 p { color: rgb(64,190,91); }

 H1.HeaderClassName
 {
   color: #40BE5B;
 }
 .AnyTagClassName
 {
   color: #40BE5B;
 }
</style>

background-color css

<style>
 a { background-color: #40BE5B; }

 a { background-color: rgb(64,190,91); }

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

border-color css

<style>
 span { border-color: #40BE5B; }

 span { border-color: rgb(64,190,91); }

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