Html Css Color HEX #33BC88 Jungle Green

📋 copy color: '#33BC88'

red 51 ◦ green 188 ◦ blue 136

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

Shades of Jungle Green #33BC88

Tints of Jungle Green #33BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 13.6%
G = 50.13%
B = 36.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#33BC88 (or 0x33BC88) is known color: Jungle Green. HEX triplet: 33, BC and 88. RGB value is (51,188,136). Sum of RGB (Red+Green+Blue) = 51+188+136=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC88 is #CC4377. Grayscale: #8D8D8D. Windows color (decimal): -13386616 or 8961075. OLE color: 8961075.

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

Color convert

RGB 51 188 136 -
CMYK 0.73 0 0.28 0.26
HSL 157.23º 0.57% 0.47% -
HSV(B) 157.23º 0.73% 0.74% -
XYZ 23.79 38.45 29.46 -
YUV 141.11 125.11 63.73 -
System Red Green Blue C M Y K H S L
Decimal 51 188 136 0.73 0 0.28 0.26 157.23 0.57 0.47
Hex 33 BC 88 49 0 1C 1A 9D 39 2F
Octal 63 274 210 111 0 34 32 235 71 57
Binary 110011 10111100 10001000 1001001 0 11100 11010 10011101 111001 101111

Color Harmonies of #33BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC88

Black with #33BC88

Text Example


Text Example

White with #33BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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