Html Css Color HEX #82BC7F De York

📋 copy color: '#82BC7F'

red 130 ◦ green 188 ◦ blue 127

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

Shades of De York #82BC7F

Tints of De York #82BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 29.21%
G = 42.25%
B = 28.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#82BC7F (or 0x82BC7F) is known color: De York. HEX triplet: 82, BC and 7F. RGB value is (130,188,127). Sum of RGB (Red+Green+Blue) = 130+188+127=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC7F is #7D4380. Grayscale: #A3A3A3. Windows color (decimal): -8209281 or 8371330. OLE color: 8371330.

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

Color convert

RGB 130 188 127 -
CMYK 0.31 0 0.32 0.26
HSL 117.05º 0.31% 0.62% -
HSV(B) 117.05º 0.32% 0.74% -
XYZ 31.02 42.24 26.6 -
YUV 163.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 130 188 127 0.31 0 0.32 0.26 117.05 0.31 0.62
Hex 82 BC 7F 1F 0 20 1A 75 1F 3E
Octal 202 274 177 37 0 40 32 165 37 76
Binary 10000010 10111100 1111111 11111 0 100000 11010 1110101 11111 111110

Color Harmonies of #82BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC7F

Black with #82BC7F

Text Example


Text Example

White with #82BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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