#33BF54

Color #33BF54 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #33BF54

Tints of Chateau Green #33BF54

Color information

#33BF54 (or 0x33BF54) is unknown color: approx Chateau Green. HEX triplet: 33, BF and 54. RGB value is (51,191,84). Sum of RGB (Red+Green+Blue) = 51+191+84=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BF54 is #CC40AB. Grayscale: #898989. Windows color (decimal): -13385900 or 5553971. OLE color: 5553971.

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

Color convert

RGB5119184-
CMYK0.7300.560.25
HSL134.14º57.85%47.45%-
HSV(B)134.14º73.3%74.9%-
XYZ21.638.6114.7-
YUV136.9498.1266.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 191 (75% from 255) = 58.59%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=15.64%
G=58.59%
B=25.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191840.7300.560.25134.1457.8547.45
Hex33BF544903819863a2f
Octal63277124111070312067257
Binary110011101111111010100100100101110001100110000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,84); }

 H1.HeaderClassName
 {
   color: #33BF54;
 }
 .AnyTagClassName
 {
   color: #33BF54;
 }
</style>
background-color css

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

 a { background-color: rgb(51,191,84); }

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

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

 span { border-color: rgb(51,191,84); }

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