Html Css Color HEX #82C28F De York

📋 copy color: '#82C28F'

red 130 ◦ green 194 ◦ blue 143

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

Shades of De York #82C28F

Tints of De York #82C28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 27.84%
G = 41.54%
B = 30.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#82C28F (or 0x82C28F) is known color: De York. HEX triplet: 82, C2 and 8F. RGB value is (130,194,143). Sum of RGB (Red+Green+Blue) = 130+194+143=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #82C28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C28F is #7D3D70. Grayscale: #A9A9A9. Windows color (decimal): -8207729 or 9421442. OLE color: 9421442.

HSL color Cylindrical-coordinate representation of color #82C28F: hue angle of 132.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C28F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 143 -
CMYK 0.33 0 0.26 0.24
HSL 132.19º 0.34% 0.64% -
HSV(B) 132.19º 0.33% 0.76% -
XYZ 33.46 45.31 32.97 -
YUV 169.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 130 194 143 0.33 0 0.26 0.24 132.19 0.34 0.64
Hex 82 C2 8F 21 0 1A 18 84 22 40
Octal 202 302 217 41 0 32 30 204 42 100
Binary 10000010 11000010 10001111 100001 0 11010 11000 10000100 100010 1000000

Color Harmonies of #82C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C28F

Black with #82C28F

Text Example


Text Example

White with #82C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,143); }

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

background-color css

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

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

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

border-color css

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

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

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