Html Css Color HEX #33BD83 Jungle Green

📋 copy color: '#33BD83'

red 51 ◦ green 189 ◦ blue 131

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

Shades of Jungle Green #33BD83

Tints of Jungle Green #33BD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 13.75%
G = 50.94%
B = 35.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#33BD83 (or 0x33BD83) is known color: Jungle Green. HEX triplet: 33, BD and 83. RGB value is (51,189,131). Sum of RGB (Red+Green+Blue) = 51+189+131=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD83 is #CC427C. Grayscale: #8D8D8D. Windows color (decimal): -13386365 or 8633651. OLE color: 8633651.

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

Color convert

RGB 51 189 131 -
CMYK 0.73 0 0.31 0.26
HSL 154.78º 0.58% 0.47% -
HSV(B) 154.78º 0.73% 0.74% -
XYZ 23.66 38.74 27.7 -
YUV 141.13 122.28 63.72 -
System Red Green Blue C M Y K H S L
Decimal 51 189 131 0.73 0 0.31 0.26 154.78 0.58 0.47
Hex 33 BD 83 49 0 1F 1A 9B 3A 2F
Octal 63 275 203 111 0 37 32 233 72 57
Binary 110011 10111101 10000011 1001001 0 11111 11010 10011011 111010 101111

Color Harmonies of #33BD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD83

Black with #33BD83

Text Example


Text Example

White with #33BD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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