Html Css Color HEX #33BC50 Chateau Green

📋 copy color: '#33BC50'

red 51 ◦ green 188 ◦ blue 80

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

Shades of Chateau Green #33BC50

Tints of Chateau Green #33BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.93%

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

R = 15.99%
G = 58.93%
B = 25.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#33BC50 (or 0x33BC50) is known color: Chateau Green. HEX triplet: 33, BC and 50. RGB value is (51,188,80). Sum of RGB (Red+Green+Blue) = 51+188+80=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BC50 is #CC43AF. Grayscale: #878787. Windows color (decimal): -13386672 or 5291059. OLE color: 5291059.

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

Color convert

RGB 51 188 80 -
CMYK 0.73 0 0.57 0.26
HSL 132.7º 0.57% 0.47% -
HSV(B) 132.7º 0.73% 0.74% -
XYZ 20.8 37.25 13.68 -
YUV 134.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 51 188 80 0.73 0 0.57 0.26 132.7 0.57 0.47
Hex 33 BC 50 49 0 39 1A 85 39 2F
Octal 63 274 120 111 0 71 32 205 71 57
Binary 110011 10111100 1010000 1001001 0 111001 11010 10000101 111001 101111

Color Harmonies of #33BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC50

Black with #33BC50

Text Example


Text Example

White with #33BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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