Html Css Color HEX #33BE50 Chateau Green

📋 copy color: '#33BE50'

red 51 ◦ green 190 ◦ blue 80

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

Shades of Chateau Green #33BE50

Tints of Chateau Green #33BE50

RGB

 RED value IS 51 (20.31% from 255) = 15.89%

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

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

R = 15.89%
G = 59.19%
B = 24.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#33BE50 (or 0x33BE50) is known color: Chateau Green. HEX triplet: 33, BE and 50. RGB value is (51,190,80). Sum of RGB (Red+Green+Blue) = 51+190+80=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BE50 is #CC41AF. Grayscale: #888888. Windows color (decimal): -13386160 or 5291571. OLE color: 5291571.

HSL color Cylindrical-coordinate representation of color #33BE50: hue angle of 132.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BE50 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 190 80 -
CMYK 0.73 0 0.58 0.25
HSL 132.52º 0.58% 0.47% -
HSV(B) 132.52º 0.73% 0.75% -
XYZ 21.23 38.11 13.83 -
YUV 135.9 96.45 67.44 -
System Red Green Blue C M Y K H S L
Decimal 51 190 80 0.73 0 0.58 0.25 132.52 0.58 0.47
Hex 33 BE 50 49 0 3A 19 85 3A 2F
Octal 63 276 120 111 0 72 31 205 72 57
Binary 110011 10111110 1010000 1001001 0 111010 11001 10000101 111010 101111

Color Harmonies of #33BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BE50

Black with #33BE50

Text Example


Text Example

White with #33BE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BE50; }

 p { color: rgb(51,190,80); }

 H1.HeaderClassName
 {
   color: #33BE50;
 }
 .AnyTagClassName
 {
   color: #33BE50;
 }
</style>

background-color css

<style>
 a { background-color: #33BE50; }

 a { background-color: rgb(51,190,80); }

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

border-color css

<style>
 span { border-color: #33BE50; }

 span { border-color: rgb(51,190,80); }

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