Html Css Color HEX #82BC81 De York

📋 copy color: '#82BC81'

red 130 ◦ green 188 ◦ blue 129

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

Shades of De York #82BC81

Tints of De York #82BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 29.08%
G = 42.06%
B = 28.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#82BC81 (or 0x82BC81) is known color: De York. HEX triplet: 82, BC and 81. RGB value is (130,188,129). Sum of RGB (Red+Green+Blue) = 130+188+129=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC81 is #7D437E. Grayscale: #A4A4A4. Windows color (decimal): -8209279 or 8502402. OLE color: 8502402.

HSL color Cylindrical-coordinate representation of color #82BC81: hue angle of 118.98º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BC81 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 129 -
CMYK 0.31 0 0.31 0.26
HSL 118.98º 0.31% 0.62% -
HSV(B) 118.98º 0.31% 0.74% -
XYZ 31.15 42.3 27.29 -
YUV 163.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 130 188 129 0.31 0 0.31 0.26 118.98 0.31 0.62
Hex 82 BC 81 1F 0 1F 1A 77 1F 3E
Octal 202 274 201 37 0 37 32 167 37 76
Binary 10000010 10111100 10000001 11111 0 11111 11010 1110111 11111 111110

Color Harmonies of #82BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC81

Black with #82BC81

Text Example


Text Example

White with #82BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,129); }

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

background-color css

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

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

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

border-color css

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

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

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