Html Css Color HEX #8FCC82 De York

📋 copy color: '#8FCC82'

red 143 ◦ green 204 ◦ blue 130

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

Shades of De York #8FCC82

Tints of De York #8FCC82

RGB

 RED value IS 143 (56.25% from 255) = 29.98%

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 29.98%
G = 42.77%
B = 27.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#8FCC82 (or 0x8FCC82) is known color: De York. HEX triplet: 8F, CC and 82. RGB value is (143,204,130). Sum of RGB (Red+Green+Blue) = 143+204+130=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC82 is #70337D. Grayscale: #B1B1B1. Windows color (decimal): -7353214 or 8572047. OLE color: 8572047.

HSL color Cylindrical-coordinate representation of color #8FCC82: hue angle of 109.46º 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 #8FCC82 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 130 -
CMYK 0.30 0 0.36 0.2
HSL 109.46º 0.42% 0.65% -
HSV(B) 109.46º 0.36% 0.8% -
XYZ 36.95 50.64 28.95 -
YUV 177.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 143 204 130 0.30 0 0.36 0.2 109.46 0.42 0.65
Hex 8F CC 82 1E 0 24 14 6D 2A 41
Octal 217 314 202 36 0 44 24 155 52 101
Binary 10001111 11001100 10000010 11110 0 100100 10100 1101101 101010 1000001

Color Harmonies of #8FCC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC82

Black with #8FCC82

Text Example


Text Example

White with #8FCC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCC82; }

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

 H1.HeaderClassName
 {
   color: #8FCC82;
 }
 .AnyTagClassName
 {
   color: #8FCC82;
 }
</style>

background-color css

<style>
 a { background-color: #8FCC82; }

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

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

border-color css

<style>
 span { border-color: #8FCC82; }

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

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