Html Css Color HEX #8BD490 De York

📋 copy color: '#8BD490'

red 139 ◦ green 212 ◦ blue 144

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

Shades of De York #8BD490

Tints of De York #8BD490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 28.08%
G = 42.83%
B = 29.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#8BD490 (or 0x8BD490) is known color: De York. HEX triplet: 8B, D4 and 90. RGB value is (139,212,144). Sum of RGB (Red+Green+Blue) = 139+212+144=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD490 is #742B6F. Grayscale: #B6B6B6. Windows color (decimal): -7613296 or 9491595. OLE color: 9491595.

HSL color Cylindrical-coordinate representation of color #8BD490: hue angle of 124.11º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD490 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 144 -
CMYK 0.34 0 0.32 0.17
HSL 124.11º 0.46% 0.69% -
HSV(B) 124.11º 0.34% 0.83% -
XYZ 39.22 54.59 34.86 -
YUV 182.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 139 212 144 0.34 0 0.32 0.17 124.11 0.46 0.69
Hex 8B D4 90 22 0 20 11 7C 2E 45
Octal 213 324 220 42 0 40 21 174 56 105
Binary 10001011 11010100 10010000 100010 0 100000 10001 1111100 101110 1000101

Color Harmonies of #8BD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD490

Black with #8BD490

Text Example


Text Example

White with #8BD490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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