Html Css Color HEX #8BD480 De York

📋 copy color: '#8BD480'

red 139 ◦ green 212 ◦ blue 128

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

Shades of De York #8BD480

Tints of De York #8BD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 29.02%
G = 44.26%
B = 26.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#8BD480 (or 0x8BD480) is known color: De York. HEX triplet: 8B, D4 and 80. RGB value is (139,212,128). Sum of RGB (Red+Green+Blue) = 139+212+128=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD480 is #742B7F. Grayscale: #B4B4B4. Windows color (decimal): -7613312 or 8443019. OLE color: 8443019.

HSL color Cylindrical-coordinate representation of color #8BD480: hue angle of 112.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD480 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 128 -
CMYK 0.34 0 0.40 0.17
HSL 112.14º 0.49% 0.67% -
HSV(B) 112.14º 0.4% 0.83% -
XYZ 38.09 54.13 28.86 -
YUV 180.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 139 212 128 0.34 0 0.40 0.17 112.14 0.49 0.67
Hex 8B D4 80 22 0 28 11 70 31 43
Octal 213 324 200 42 0 50 21 160 61 103
Binary 10001011 11010100 10000000 100010 0 101000 10001 1110000 110001 1000011

Color Harmonies of #8BD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD480

Black with #8BD480

Text Example


Text Example

White with #8BD480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,128); }

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

background-color css

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

 a { background-color: rgb(139,212,128); }

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

border-color css

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

 span { border-color: rgb(139,212,128); }

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