Html Css Color HEX #82DF89 De York

📋 copy color: '#82DF89'

red 130 ◦ green 223 ◦ blue 137

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

Shades of De York #82DF89

Tints of De York #82DF89

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 26.53%
G = 45.51%
B = 27.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#82DF89 (or 0x82DF89) is known color: De York. HEX triplet: 82, DF and 89. RGB value is (130,223,137). Sum of RGB (Red+Green+Blue) = 130+223+137=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF89 is #7D2076. Grayscale: #B9B9B9. Windows color (decimal): -8200311 or 9035650. OLE color: 9035650.

HSL color Cylindrical-coordinate representation of color #82DF89: hue angle of 124.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF89 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 137 -
CMYK 0.42 0 0.39 0.13
HSL 124.52º 0.59% 0.69% -
HSV(B) 124.52º 0.42% 0.87% -
XYZ 40.11 59.33 33 -
YUV 185.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 130 223 137 0.42 0 0.39 0.13 124.52 0.59 0.69
Hex 82 DF 89 2A 0 27 D 7D 3B 45
Octal 202 337 211 52 0 47 15 175 73 105
Binary 10000010 11011111 10001001 101010 0 100111 1101 1111101 111011 1000101

Color Harmonies of #82DF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF89

Black with #82DF89

Text Example


Text Example

White with #82DF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,137); }

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

background-color css

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

 a { background-color: rgb(130,223,137); }

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

border-color css

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

 span { border-color: rgb(130,223,137); }

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