Html Css Color HEX #82BB82 De York

📋 copy color: '#82BB82'

red 130 ◦ green 187 ◦ blue 130

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

Shades of De York #82BB82

Tints of De York #82BB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 29.08%
G = 41.83%
B = 29.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#82BB82 (or 0x82BB82) is known color: De York. HEX triplet: 82, BB and 82. RGB value is (130,187,130). Sum of RGB (Red+Green+Blue) = 130+187+130=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB82 is #7D447D. Grayscale: #A3A3A3. Windows color (decimal): -8209534 or 8567682. OLE color: 8567682.

HSL color Cylindrical-coordinate representation of color #82BB82: hue angle of 120º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BB82 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 187 130 -
CMYK 0.30 0 0.30 0.27
HSL 120º 0.3% 0.62% -
HSV(B) 120º 0.3% 0.73% -
XYZ 31.01 41.9 27.57 -
YUV 163.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 130 187 130 0.30 0 0.30 0.27 120 0.3 0.62
Hex 82 BB 82 1E 0 1E 1B 78 1E 3E
Octal 202 273 202 36 0 36 33 170 36 76
Binary 10000010 10111011 10000010 11110 0 11110 11011 1111000 11110 111110

Color Harmonies of #82BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB82

Black with #82BB82

Text Example


Text Example

White with #82BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,130); }

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

background-color css

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

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

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

border-color css

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

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

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