Html Css Color HEX #8BD285 De York

📋 copy color: '#8BD285'

red 139 ◦ green 210 ◦ blue 133

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

Shades of De York #8BD285

Tints of De York #8BD285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

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

R = 28.84%
G = 43.57%
B = 27.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#8BD285 (or 0x8BD285) is known color: De York. HEX triplet: 8B, D2 and 85. RGB value is (139,210,133). Sum of RGB (Red+Green+Blue) = 139+210+133=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD285 is #742D7A. Grayscale: #B4B4B4. Windows color (decimal): -7613819 or 8770187. OLE color: 8770187.

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

Color convert

RGB 139 210 133 -
CMYK 0.34 0 0.37 0.18
HSL 115.32º 0.46% 0.67% -
HSV(B) 115.32º 0.37% 0.82% -
XYZ 37.93 53.28 30.47 -
YUV 179.99 101.48 98.76 -
System Red Green Blue C M Y K H S L
Decimal 139 210 133 0.34 0 0.37 0.18 115.32 0.46 0.67
Hex 8B D2 85 22 0 25 12 73 2E 43
Octal 213 322 205 42 0 45 22 163 56 103
Binary 10001011 11010010 10000101 100010 0 100101 10010 1110011 101110 1000011

Color Harmonies of #8BD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD285

Black with #8BD285

Text Example


Text Example

White with #8BD285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,210,133); }

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

background-color css

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

 a { background-color: rgb(139,210,133); }

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

border-color css

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

 span { border-color: rgb(139,210,133); }

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