Html Css Color HEX #8BD083 De York

📋 copy color: '#8BD083'

red 139 ◦ green 208 ◦ blue 131

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

Shades of De York #8BD083

Tints of De York #8BD083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 29.08%
G = 43.51%
B = 27.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#8BD083 (or 0x8BD083) is known color: De York. HEX triplet: 8B, D0 and 83. RGB value is (139,208,131). Sum of RGB (Red+Green+Blue) = 139+208+131=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD083 is #742F7C. Grayscale: #B2B2B2. Windows color (decimal): -7614333 or 8638603. OLE color: 8638603.

HSL color Cylindrical-coordinate representation of color #8BD083: hue angle of 113.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD083 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 131 -
CMYK 0.33 0 0.37 0.18
HSL 113.77º 0.45% 0.66% -
HSV(B) 113.77º 0.37% 0.82% -
XYZ 37.3 52.24 29.59 -
YUV 178.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 139 208 131 0.33 0 0.37 0.18 113.77 0.45 0.66
Hex 8B D0 83 21 0 25 12 72 2D 42
Octal 213 320 203 41 0 45 22 162 55 102
Binary 10001011 11010000 10000011 100001 0 100101 10010 1110010 101101 1000010

Color Harmonies of #8BD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD083

Black with #8BD083

Text Example


Text Example

White with #8BD083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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