Html Css Color HEX #8BCD8C De York

📋 copy color: '#8BCD8C'

red 139 ◦ green 205 ◦ blue 140

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

Shades of De York #8BCD8C

Tints of De York #8BCD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

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

R = 28.72%
G = 42.36%
B = 28.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#8BCD8C (or 0x8BCD8C) is known color: De York. HEX triplet: 8B, CD and 8C. RGB value is (139,205,140). Sum of RGB (Red+Green+Blue) = 139+205+140=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD8C is #743273. Grayscale: #B2B2B2. Windows color (decimal): -7615092 or 9227659. OLE color: 9227659.

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

Color convert

RGB 139 205 140 -
CMYK 0.32 0 0.32 0.20
HSL 120.91º 0.4% 0.67% -
HSV(B) 120.91º 0.32% 0.8% -
XYZ 37.21 51.05 32.7 -
YUV 177.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 139 205 140 0.32 0 0.32 0.20 120.91 0.4 0.67
Hex 8B CD 8C 20 0 20 14 79 28 43
Octal 213 315 214 40 0 40 24 171 50 103
Binary 10001011 11001101 10001100 100000 0 100000 10100 1111001 101000 1000011

Color Harmonies of #8BCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD8C

Black with #8BCD8C

Text Example


Text Example

White with #8BCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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