Html Css Color HEX #8BCD83 De York

📋 copy color: '#8BCD83'

red 139 ◦ green 205 ◦ blue 131

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

Shades of De York #8BCD83

Tints of De York #8BCD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 29.26%
G = 43.16%
B = 27.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#8BCD83 (or 0x8BCD83) is known color: De York. HEX triplet: 8B, CD and 83. RGB value is (139,205,131). Sum of RGB (Red+Green+Blue) = 139+205+131=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD83 is #74327C. Grayscale: #B1B1B1. Windows color (decimal): -7615101 or 8637835. OLE color: 8637835.

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

Color convert

RGB 139 205 131 -
CMYK 0.32 0 0.36 0.20
HSL 113.51º 0.43% 0.66% -
HSV(B) 113.51º 0.36% 0.8% -
XYZ 36.58 50.79 29.35 -
YUV 176.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 139 205 131 0.32 0 0.36 0.20 113.51 0.43 0.66
Hex 8B CD 83 20 0 24 14 72 2B 42
Octal 213 315 203 40 0 44 24 162 53 102
Binary 10001011 11001101 10000011 100000 0 100100 10100 1110010 101011 1000010

Color Harmonies of #8BCD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD83

Black with #8BCD83

Text Example


Text Example

White with #8BCD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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