Html Css Color HEX #82D883 De York

📋 copy color: '#82D883'

red 130 ◦ green 216 ◦ blue 131

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

Shades of De York #82D883

Tints of De York #82D883

RGB

 RED value IS 130 (51.17% from 255) = 27.25%

 GREEN value IS 216 (84.77% from 255) = 45.28%

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 27.25%
G = 45.28%
B = 27.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#82D883 (or 0x82D883) is known color: De York. HEX triplet: 82, D8 and 83. RGB value is (130,216,131). Sum of RGB (Red+Green+Blue) = 130+216+131=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #82D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D883 is #7D277C. Grayscale: #B4B4B4. Windows color (decimal): -8202109 or 8640642. OLE color: 8640642.

HSL color Cylindrical-coordinate representation of color #82D883: hue angle of 120.7º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D883 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 131 -
CMYK 0.40 0 0.39 0.15
HSL 120.7º 0.52% 0.68% -
HSV(B) 120.7º 0.4% 0.85% -
XYZ 37.86 55.5 30.19 -
YUV 180.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 130 216 131 0.40 0 0.39 0.15 120.7 0.52 0.68
Hex 82 D8 83 28 0 27 F 79 34 44
Octal 202 330 203 50 0 47 17 171 64 104
Binary 10000010 11011000 10000011 101000 0 100111 1111 1111001 110100 1000100

Color Harmonies of #82D883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D883

Black with #82D883

Text Example


Text Example

White with #82D883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82D883; }

 p { color: rgb(130,216,131); }

 H1.HeaderClassName
 {
   color: #82D883;
 }
 .AnyTagClassName
 {
   color: #82D883;
 }
</style>

background-color css

<style>
 a { background-color: #82D883; }

 a { background-color: rgb(130,216,131); }

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

border-color css

<style>
 span { border-color: #82D883; }

 span { border-color: rgb(130,216,131); }

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