Html Css Color HEX #84DD96 Light Green

📋 copy color: '#84DD96'

red 132 ◦ green 221 ◦ blue 150

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

Shades of Light Green #84DD96

Tints of Light Green #84DD96

RGB

 RED value IS 132 (51.95% from 255) = 26.24%

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 26.24%
G = 43.94%
B = 29.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#84DD96 (or 0x84DD96) is known color: Light Green. HEX triplet: 84, DD and 96. RGB value is (132,221,150). Sum of RGB (Red+Green+Blue) = 132+221+150=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD96 is #7B2269. Grayscale: #BABABA. Windows color (decimal): -8069738 or 9887108. OLE color: 9887108.

HSL color Cylindrical-coordinate representation of color #84DD96: hue angle of 132.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD96 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 150 -
CMYK 0.40 0 0.32 0.13
HSL 132.13º 0.57% 0.69% -
HSV(B) 132.13º 0.4% 0.87% -
XYZ 40.88 58.82 38.05 -
YUV 186.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 132 221 150 0.40 0 0.32 0.13 132.13 0.57 0.69
Hex 84 DD 96 28 0 20 D 84 39 45
Octal 204 335 226 50 0 40 15 204 71 105
Binary 10000100 11011101 10010110 101000 0 100000 1101 10000100 111001 1000101

Color Harmonies of #84DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD96

Black with #84DD96

Text Example


Text Example

White with #84DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84DD96; }

 p { color: rgb(132,221,150); }

 H1.HeaderClassName
 {
   color: #84DD96;
 }
 .AnyTagClassName
 {
   color: #84DD96;
 }
</style>

background-color css

<style>
 a { background-color: #84DD96; }

 a { background-color: rgb(132,221,150); }

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

border-color css

<style>
 span { border-color: #84DD96; }

 span { border-color: rgb(132,221,150); }

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