Html Css Color HEX #8CCB85 De York

📋 copy color: '#8CCB85'

red 140 ◦ green 203 ◦ blue 133

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

Shades of De York #8CCB85

Tints of De York #8CCB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

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

R = 29.41%
G = 42.65%
B = 27.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#8CCB85 (or 0x8CCB85) is known color: De York. HEX triplet: 8C, CB and 85. RGB value is (140,203,133). Sum of RGB (Red+Green+Blue) = 140+203+133=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB85 is #73347A. Grayscale: #B0B0B0. Windows color (decimal): -7550075 or 8768396. OLE color: 8768396.

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

Color convert

RGB 140 203 133 -
CMYK 0.31 0 0.34 0.20
HSL 114º 0.4% 0.66% -
HSV(B) 114º 0.34% 0.8% -
XYZ 36.4 49.98 29.92 -
YUV 176.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 140 203 133 0.31 0 0.34 0.20 114 0.4 0.66
Hex 8C CB 85 1F 0 22 14 72 28 42
Octal 214 313 205 37 0 42 24 162 50 102
Binary 10001100 11001011 10000101 11111 0 100010 10100 1110010 101000 1000010

Color Harmonies of #8CCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB85

Black with #8CCB85

Text Example


Text Example

White with #8CCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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