Html Css Color HEX #33BC55 Chateau Green

📋 copy color: '#33BC55'

red 51 ◦ green 188 ◦ blue 85

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

Shades of Chateau Green #33BC55

Tints of Chateau Green #33BC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 15.74%
G = 58.02%
B = 26.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#33BC55 (or 0x33BC55) is known color: Chateau Green. HEX triplet: 33, BC and 55. RGB value is (51,188,85). Sum of RGB (Red+Green+Blue) = 51+188+85=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BC55 is #CC43AA. Grayscale: #878787. Windows color (decimal): -13386667 or 5618739. OLE color: 5618739.

HSL color Cylindrical-coordinate representation of color #33BC55: hue angle of 134.89º 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 #33BC55 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 85 -
CMYK 0.73 0 0.55 0.26
HSL 134.89º 0.57% 0.47% -
HSV(B) 134.89º 0.73% 0.74% -
XYZ 20.99 37.33 14.69 -
YUV 135.3 99.61 67.88 -
System Red Green Blue C M Y K H S L
Decimal 51 188 85 0.73 0 0.55 0.26 134.89 0.57 0.47
Hex 33 BC 55 49 0 37 1A 87 39 2F
Octal 63 274 125 111 0 67 32 207 71 57
Binary 110011 10111100 1010101 1001001 0 110111 11010 10000111 111001 101111

Color Harmonies of #33BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC55

Black with #33BC55

Text Example


Text Example

White with #33BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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