Html Css Color HEX #82CC8B De York

📋 copy color: '#82CC8B'

red 130 ◦ green 204 ◦ blue 139

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

Shades of De York #82CC8B

Tints of De York #82CC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 27.48%
G = 43.13%
B = 29.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#82CC8B (or 0x82CC8B) is known color: De York. HEX triplet: 82, CC and 8B. RGB value is (130,204,139). Sum of RGB (Red+Green+Blue) = 130+204+139=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC8B is #7D3374. Grayscale: #AEAEAE. Windows color (decimal): -8205173 or 9161858. OLE color: 9161858.

HSL color Cylindrical-coordinate representation of color #82CC8B: hue angle of 127.3º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CC8B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 139 -
CMYK 0.36 0 0.32 0.2
HSL 127.3º 0.42% 0.65% -
HSV(B) 127.3º 0.36% 0.8% -
XYZ 35.46 49.8 32.17 -
YUV 174.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 130 204 139 0.36 0 0.32 0.2 127.3 0.42 0.65
Hex 82 CC 8B 24 0 20 14 7F 2A 41
Octal 202 314 213 44 0 40 24 177 52 101
Binary 10000010 11001100 10001011 100100 0 100000 10100 1111111 101010 1000001

Color Harmonies of #82CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC8B

Black with #82CC8B

Text Example


Text Example

White with #82CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,139); }

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

background-color css

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

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

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

border-color css

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

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

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