Html Css Color HEX #83F975 Pastel Green

📋 copy color: '#83F975'

red 131 ◦ green 249 ◦ blue 117

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

Shades of Pastel Green #83F975

Tints of Pastel Green #83F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

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

R = 26.36%
G = 50.1%
B = 23.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#83F975 (or 0x83F975) is known color: Pastel Green. HEX triplet: 83, F9 and 75. RGB value is (131,249,117). Sum of RGB (Red+Green+Blue) = 131+249+117=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #83F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F975 is #7C068A. Grayscale: #C7C7C7. Windows color (decimal): -8128139 or 7731587. OLE color: 7731587.

HSL color Cylindrical-coordinate representation of color #83F975: hue angle of 113.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83F975 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 117 -
CMYK 0.47 0 0.53 0.02
HSL 113.64º 0.92% 0.72% -
HSV(B) 113.64º 0.53% 0.98% -
XYZ 46.45 73.86 28.64 -
YUV 198.67 81.91 79.73 -
System Red Green Blue C M Y K H S L
Decimal 131 249 117 0.47 0 0.53 0.02 113.64 0.92 0.72
Hex 83 F9 75 2F 0 35 2 72 5C 48
Octal 203 371 165 57 0 65 2 162 134 110
Binary 10000011 11111001 1110101 101111 0 110101 10 1110010 1011100 1001000

Color Harmonies of #83F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F975

Black with #83F975

Text Example


Text Example

White with #83F975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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