Html Css Color HEX #40BE58 Chateau Green

📋 copy color: '#40BE58'

red 64 ◦ green 190 ◦ blue 88

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

Shades of Chateau Green #40BE58

Tints of Chateau Green #40BE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 18.71%
G = 55.56%
B = 25.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#40BE58 (or 0x40BE58) is known color: Chateau Green. HEX triplet: 40, BE and 58. RGB value is (64,190,88). Sum of RGB (Red+Green+Blue) = 64+190+88=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE58 is #BF41A7. Grayscale: #8C8C8C. Windows color (decimal): -12534184 or 5815872. OLE color: 5815872.

HSL color Cylindrical-coordinate representation of color #40BE58: hue angle of 131.43º 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 #40BE58 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 88 -
CMYK 0.66 0 0.54 0.25
HSL 131.43º 0.5% 0.5% -
HSV(B) 131.43º 0.66% 0.75% -
XYZ 22.29 38.62 15.51 -
YUV 140.7 98.26 73.29 -
System Red Green Blue C M Y K H S L
Decimal 64 190 88 0.66 0 0.54 0.25 131.43 0.5 0.5
Hex 40 BE 58 42 0 36 19 83 32 32
Octal 100 276 130 102 0 66 31 203 62 62
Binary 1000000 10111110 1011000 1000010 0 110110 11001 10000011 110010 110010

Color Harmonies of #40BE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE58

Black with #40BE58

Text Example


Text Example

White with #40BE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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