Html Css Color HEX #31B250 Chateau Green

📋 copy color: '#31B250'

red 49 ◦ green 178 ◦ blue 80

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

Shades of Chateau Green #31B250

Tints of Chateau Green #31B250

RGB

 RED value IS 49 (19.53% from 255) = 15.96%

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

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 15.96%
G = 57.98%
B = 26.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#31B250 (or 0x31B250) is known color: Chateau Green. HEX triplet: 31, B2 and 50. RGB value is (49,178,80). Sum of RGB (Red+Green+Blue) = 49+178+80=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #31B250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B250 is #CE4DAF. Grayscale: #808080. Windows color (decimal): -13520304 or 5288497. OLE color: 5288497.

HSL color Cylindrical-coordinate representation of color #31B250: hue angle of 134.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B250 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 80 -
CMYK 0.72 0 0.55 0.30
HSL 134.42º 0.57% 0.45% -
HSV(B) 134.42º 0.72% 0.7% -
XYZ 18.63 33.07 12.99 -
YUV 128.26 100.76 71.47 -
System Red Green Blue C M Y K H S L
Decimal 49 178 80 0.72 0 0.55 0.30 134.42 0.57 0.45
Hex 31 B2 50 48 0 37 1E 86 39 2D
Octal 61 262 120 110 0 67 36 206 71 55
Binary 110001 10110010 1010000 1001000 0 110111 11110 10000110 111001 101101

Color Harmonies of #31B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B250

Black with #31B250

Text Example


Text Example

White with #31B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31B250; }

 p { color: rgb(49,178,80); }

 H1.HeaderClassName
 {
   color: #31B250;
 }
 .AnyTagClassName
 {
   color: #31B250;
 }
</style>

background-color css

<style>
 a { background-color: #31B250; }

 a { background-color: rgb(49,178,80); }

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

border-color css

<style>
 span { border-color: #31B250; }

 span { border-color: rgb(49,178,80); }

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