Html Css Color HEX #83CF72 Pastel Green

📋 copy color: '#83CF72'

red 131 ◦ green 207 ◦ blue 114

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

Shades of Pastel Green #83CF72

Tints of Pastel Green #83CF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

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

R = 28.98%
G = 45.8%
B = 25.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#83CF72 (or 0x83CF72) is known color: Pastel Green. HEX triplet: 83, CF and 72. RGB value is (131,207,114). Sum of RGB (Red+Green+Blue) = 131+207+114=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CF72 is #7C308D. Grayscale: #ADADAD. Windows color (decimal): -8138894 or 7524227. OLE color: 7524227.

HSL color Cylindrical-coordinate representation of color #83CF72: hue angle of 109.03º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83CF72 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 114 -
CMYK 0.37 0 0.45 0.19
HSL 109.03º 0.49% 0.63% -
HSV(B) 109.03º 0.45% 0.81% -
XYZ 34.71 50.67 23.87 -
YUV 173.67 94.32 97.56 -
System Red Green Blue C M Y K H S L
Decimal 131 207 114 0.37 0 0.45 0.19 109.03 0.49 0.63
Hex 83 CF 72 25 0 2D 13 6D 31 3F
Octal 203 317 162 45 0 55 23 155 61 77
Binary 10000011 11001111 1110010 100101 0 101101 10011 1101101 110001 111111

Color Harmonies of #83CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF72

Black with #83CF72

Text Example


Text Example

White with #83CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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