Html Css Color HEX #8CCA85 De York

📋 copy color: '#8CCA85'

red 140 ◦ green 202 ◦ blue 133

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

Shades of De York #8CCA85

Tints of De York #8CCA85

RGB

 RED value IS 140 (55.08% from 255) = 29.47%

 GREEN value IS 202 (79.3% from 255) = 42.53%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 29.47%
G = 42.53%
B = 28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#8CCA85 (or 0x8CCA85) is known color: De York. HEX triplet: 8C, CA and 85. RGB value is (140,202,133). Sum of RGB (Red+Green+Blue) = 140+202+133=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA85 is #73357A. Grayscale: #AFAFAF. Windows color (decimal): -7550331 or 8768140. OLE color: 8768140.

HSL color Cylindrical-coordinate representation of color #8CCA85: hue angle of 113.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CCA85 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 133 -
CMYK 0.31 0 0.34 0.21
HSL 113.91º 0.39% 0.66% -
HSV(B) 113.91º 0.34% 0.79% -
XYZ 36.17 49.51 29.84 -
YUV 175.6 103.96 102.61 -
System Red Green Blue C M Y K H S L
Decimal 140 202 133 0.31 0 0.34 0.21 113.91 0.39 0.66
Hex 8C CA 85 1F 0 22 15 72 27 42
Octal 214 312 205 37 0 42 25 162 47 102
Binary 10001100 11001010 10000101 11111 0 100010 10101 1110010 100111 1000010

Color Harmonies of #8CCA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA85

Black with #8CCA85

Text Example


Text Example

White with #8CCA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,133); }

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

background-color css

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

 a { background-color: rgb(140,202,133); }

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

border-color css

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

 span { border-color: rgb(140,202,133); }

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