Html Css Color HEX #83F972 Pastel Green

📋 copy color: '#83F972'

red 131 ◦ green 249 ◦ blue 114

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

Shades of Pastel Green #83F972

Tints of Pastel Green #83F972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 26.52%
G = 50.4%
B = 23.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#83F972 (or 0x83F972) is known color: Pastel Green. HEX triplet: 83, F9 and 72. RGB value is (131,249,114). Sum of RGB (Red+Green+Blue) = 131+249+114=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #83F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F972 is #7C068D. Grayscale: #C6C6C6. Windows color (decimal): -8128142 or 7534979. OLE color: 7534979.

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

Color convert

RGB 131 249 114 -
CMYK 0.47 0 0.54 0.02
HSL 112.44º 0.92% 0.71% -
HSV(B) 112.44º 0.54% 0.98% -
XYZ 46.27 73.79 27.72 -
YUV 198.33 80.41 79.98 -
System Red Green Blue C M Y K H S L
Decimal 131 249 114 0.47 0 0.54 0.02 112.44 0.92 0.71
Hex 83 F9 72 2F 0 36 2 70 5C 47
Octal 203 371 162 57 0 66 2 160 134 107
Binary 10000011 11111001 1110010 101111 0 110110 10 1110000 1011100 1000111

Color Harmonies of #83F972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F972

Black with #83F972

Text Example


Text Example

White with #83F972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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