Html Css Color HEX #83DC74 Pastel Green

📋 copy color: '#83DC74'

red 131 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #83DC74

Tints of Pastel Green #83DC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 28.05%
G = 47.11%
B = 24.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#83DC74 (or 0x83DC74) is known color: Pastel Green. HEX triplet: 83, DC and 74. RGB value is (131,220,116). Sum of RGB (Red+Green+Blue) = 131+220+116=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC74 is #7C238B. Grayscale: #B5B5B5. Windows color (decimal): -8135564 or 7658627. OLE color: 7658627.

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

Color convert

RGB 131 220 116 -
CMYK 0.40 0 0.47 0.14
HSL 111.35º 0.6% 0.66% -
HSV(B) 111.35º 0.47% 0.86% -
XYZ 38.11 57.27 25.57 -
YUV 181.53 91.01 91.96 -
System Red Green Blue C M Y K H S L
Decimal 131 220 116 0.40 0 0.47 0.14 111.35 0.6 0.66
Hex 83 DC 74 28 0 2F E 6F 3C 42
Octal 203 334 164 50 0 57 16 157 74 102
Binary 10000011 11011100 1110100 101000 0 101111 1110 1101111 111100 1000010

Color Harmonies of #83DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DC74

Black with #83DC74

Text Example


Text Example

White with #83DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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