Html Css Color HEX #33BD87 Jungle Green

📋 copy color: '#33BD87'

red 51 ◦ green 189 ◦ blue 135

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

Shades of Jungle Green #33BD87

Tints of Jungle Green #33BD87

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.4%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 13.6%
G = 50.4%
B = 36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#33BD87 (or 0x33BD87) is known color: Jungle Green. HEX triplet: 33, BD and 87. RGB value is (51,189,135). Sum of RGB (Red+Green+Blue) = 51+189+135=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD87 is #CC4278. Grayscale: #8D8D8D. Windows color (decimal): -13386361 or 8895795. OLE color: 8895795.

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

Color convert

RGB 51 189 135 -
CMYK 0.73 0 0.29 0.26
HSL 156.52º 0.58% 0.47% -
HSV(B) 156.52º 0.73% 0.74% -
XYZ 23.94 38.85 29.16 -
YUV 141.58 124.28 63.39 -
System Red Green Blue C M Y K H S L
Decimal 51 189 135 0.73 0 0.29 0.26 156.52 0.58 0.47
Hex 33 BD 87 49 0 1D 1A 9D 3A 2F
Octal 63 275 207 111 0 35 32 235 72 57
Binary 110011 10111101 10000111 1001001 0 11101 11010 10011101 111010 101111

Color Harmonies of #33BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD87

Black with #33BD87

Text Example


Text Example

White with #33BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,135); }

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

background-color css

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

 a { background-color: rgb(51,189,135); }

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

border-color css

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

 span { border-color: rgb(51,189,135); }

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