Html Css Color HEX #83DA75 Pastel Green

📋 copy color: '#83DA75'

red 131 ◦ green 218 ◦ blue 117

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

Shades of Pastel Green #83DA75

Tints of Pastel Green #83DA75

RGB

 RED value IS 131 (51.56% from 255) = 28.11%

 GREEN value IS 218 (85.55% from 255) = 46.78%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 28.11%
G = 46.78%
B = 25.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#83DA75 (or 0x83DA75) is known color: Pastel Green. HEX triplet: 83, DA and 75. RGB value is (131,218,117). Sum of RGB (Red+Green+Blue) = 131+218+117=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DA75 is #7C258A. Grayscale: #B4B4B4. Windows color (decimal): -8136075 or 7723651. OLE color: 7723651.

HSL color Cylindrical-coordinate representation of color #83DA75: hue angle of 111.68º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83DA75 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 117 -
CMYK 0.40 0 0.46 0.15
HSL 111.68º 0.58% 0.66% -
HSV(B) 111.68º 0.46% 0.85% -
XYZ 37.64 56.25 25.7 -
YUV 180.47 92.18 92.71 -
System Red Green Blue C M Y K H S L
Decimal 131 218 117 0.40 0 0.46 0.15 111.68 0.58 0.66
Hex 83 DA 75 28 0 2E F 70 3A 42
Octal 203 332 165 50 0 56 17 160 72 102
Binary 10000011 11011010 1110101 101000 0 101110 1111 1110000 111010 1000010

Color Harmonies of #83DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DA75

Black with #83DA75

Text Example


Text Example

White with #83DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,218,117); }

 H1.HeaderClassName
 {
   color: #83DA75;
 }
 .AnyTagClassName
 {
   color: #83DA75;
 }
</style>

background-color css

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

 a { background-color: rgb(131,218,117); }

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

border-color css

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

 span { border-color: rgb(131,218,117); }

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