#84DD68

Color #84DD68 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #84DD68

Tints of Pastel Green #84DD68

Color information

#84DD68 (or 0x84DD68) is unknown color: approx Pastel Green. HEX triplet: 84, DD and 68. RGB value is (132,221,104). Sum of RGB (Red+Green+Blue) = 132+221+104=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD68 is #7B2297. Grayscale: #B5B5B5. Windows color (decimal): -8069784 or 6872452. OLE color: 6872452.

HSL color Cylindrical-coordinate representation of color #84DD68: hue angle of 105.64º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84DD68 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB132221104-
CMYK0.4000.530.13
HSL105.64º63.24%63.73%-
HSV(B)105.64º52.94%86.67%-
XYZ37.8757.6222.22-
YUV181.0584.5193.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=28.88%
G=48.36%
B=22.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211040.4000.530.13105.6463.2463.73
Hex84DD6828035D6a3f40
Octal204335150500651515277100
Binary100001001101110111010001010000110101110111010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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