#83DC68

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

Shades of Pastel Green #83DC68

Tints of Pastel Green #83DC68

Color information

#83DC68 (or 0x83DC68) is unknown color: approx Pastel Green. HEX triplet: 83, DC and 68. RGB value is (131,220,104). Sum of RGB (Red+Green+Blue) = 131+220+104=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC68 is #7C2397. Grayscale: #B4B4B4. Windows color (decimal): -8135576 or 6872195. OLE color: 6872195.

HSL color Cylindrical-coordinate representation of color #83DC68: hue angle of 106.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83DC68 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB131220104-
CMYK0.4000.530.14
HSL106.03º62.37%63.53%-
HSV(B)106.03º52.73%86.27%-
XYZ37.4557.0122.13-
YUV180.1685.0192.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 48.35%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=28.79%
G=48.35%
B=22.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201040.4000.530.14106.0362.3763.53
Hex83DC6828035E6a3e40
Octal203334150500651615276100
Binary100000111101110011010001010000110101111011010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,104); }

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

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

 a { background-color: rgb(131,220,104); }

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

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

 span { border-color: rgb(131,220,104); }

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