#83DD98

Color #83DD98 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #83DD98

Tints of Light Green #83DD98

Color information

#83DD98 (or 0x83DD98) is unknown color: approx Light Green. HEX triplet: 83, DD and 98. RGB value is (131,221,152). Sum of RGB (Red+Green+Blue) = 131+221+152=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD98 is #7C2267. Grayscale: #BABABA. Windows color (decimal): -8135272 or 10018179. OLE color: 10018179.

HSL color Cylindrical-coordinate representation of color #83DD98: hue angle of 134º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD98 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB131221152-
CMYK0.4100.310.13
HSL134º56.96%69.02%-
HSV(B)134º40.72%86.67%-
XYZ40.8858.8138.9-
YUV186.22108.6888.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.99%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=25.99%
G=43.85%
B=30.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312211520.4100.310.1313456.9669.02
Hex83DD982901FD863945
Octal203335230510371520671105
Binary1000001111011101100110001010010111111101100001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DD98; }

 p { color: rgb(131,221,152); }

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

<style>
 a { background-color: #83DD98; }

 a { background-color: rgb(131,221,152); }

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

<style>
 span { border-color: #83DD98; }

 span { border-color: rgb(131,221,152); }

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