Html Css Color HEX #8BD37A De York

📋 copy color: '#8BD37A'

red 139 ◦ green 211 ◦ blue 122

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

Shades of De York #8BD37A

Tints of De York #8BD37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 29.45%
G = 44.7%
B = 25.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#8BD37A (or 0x8BD37A) is known color: De York. HEX triplet: 8B, D3 and 7A. RGB value is (139,211,122). Sum of RGB (Red+Green+Blue) = 139+211+122=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD37A is #742C85. Grayscale: #B3B3B3. Windows color (decimal): -7613574 or 8049547. OLE color: 8049547.

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

Color convert

RGB 139 211 122 -
CMYK 0.34 0 0.42 0.17
HSL 108.54º 0.5% 0.65% -
HSV(B) 108.54º 0.42% 0.83% -
XYZ 37.45 53.48 26.76 -
YUV 179.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 139 211 122 0.34 0 0.42 0.17 108.54 0.5 0.65
Hex 8B D3 7A 22 0 2A 11 6D 32 41
Octal 213 323 172 42 0 52 21 155 62 101
Binary 10001011 11010011 1111010 100010 0 101010 10001 1101101 110010 1000001

Color Harmonies of #8BD37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD37A

Black with #8BD37A

Text Example


Text Example

White with #8BD37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,211,122); }

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

background-color css

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

 a { background-color: rgb(139,211,122); }

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

border-color css

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

 span { border-color: rgb(139,211,122); }

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