Html Css Color HEX #8BCE8C De York

📋 copy color: '#8BCE8C'

red 139 ◦ green 206 ◦ blue 140

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

Shades of De York #8BCE8C

Tints of De York #8BCE8C

RGB

 RED value IS 139 (54.69% from 255) = 28.66%

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 140 (55.08% from 255) = 28.87%

R = 28.66%
G = 42.47%
B = 28.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#8BCE8C (or 0x8BCE8C) is known color: De York. HEX triplet: 8B, CE and 8C. RGB value is (139,206,140). Sum of RGB (Red+Green+Blue) = 139+206+140=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE8C is #743173. Grayscale: #B2B2B2. Windows color (decimal): -7614836 or 9227915. OLE color: 9227915.

HSL color Cylindrical-coordinate representation of color #8BCE8C: hue angle of 120.9º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE8C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 206 140 -
CMYK 0.33 0 0.32 0.19
HSL 120.9º 0.41% 0.68% -
HSV(B) 120.9º 0.33% 0.81% -
XYZ 37.45 51.53 32.78 -
YUV 178.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 139 206 140 0.33 0 0.32 0.19 120.9 0.41 0.68
Hex 8B CE 8C 21 0 20 13 79 29 44
Octal 213 316 214 41 0 40 23 171 51 104
Binary 10001011 11001110 10001100 100001 0 100000 10011 1111001 101001 1000100

Color Harmonies of #8BCE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCE8C

Black with #8BCE8C

Text Example


Text Example

White with #8BCE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,140); }

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

background-color css

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

 a { background-color: rgb(139,206,140); }

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

border-color css

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

 span { border-color: rgb(139,206,140); }

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