Html Css Color HEX #82CD8F De York

📋 copy color: '#82CD8F'

red 130 ◦ green 205 ◦ blue 143

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

Shades of De York #82CD8F

Tints of De York #82CD8F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

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

R = 27.2%
G = 42.89%
B = 29.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#82CD8F (or 0x82CD8F) is known color: De York. HEX triplet: 82, CD and 8F. RGB value is (130,205,143). Sum of RGB (Red+Green+Blue) = 130+205+143=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CD8F is #7D3270. Grayscale: #AFAFAF. Windows color (decimal): -8204913 or 9424258. OLE color: 9424258.

HSL color Cylindrical-coordinate representation of color #82CD8F: hue angle of 130.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CD8F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 143 -
CMYK 0.37 0 0.30 0.20
HSL 130.4º 0.43% 0.66% -
HSV(B) 130.4º 0.37% 0.8% -
XYZ 36 50.39 33.82 -
YUV 175.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 130 205 143 0.37 0 0.30 0.20 130.4 0.43 0.66
Hex 82 CD 8F 25 0 1E 14 82 2B 42
Octal 202 315 217 45 0 36 24 202 53 102
Binary 10000010 11001101 10001111 100101 0 11110 10100 10000010 101011 1000010

Color Harmonies of #82CD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD8F

Black with #82CD8F

Text Example


Text Example

White with #82CD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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