Html Css Color HEX #8BD090 De York

📋 copy color: '#8BD090'

red 139 ◦ green 208 ◦ blue 144

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

Shades of De York #8BD090

Tints of De York #8BD090

RGB

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

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

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

R = 28.31%
G = 42.36%
B = 29.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#8BD090 (or 0x8BD090) is known color: De York. HEX triplet: 8B, D0 and 90. RGB value is (139,208,144). Sum of RGB (Red+Green+Blue) = 139+208+144=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD090 is #742F6F. Grayscale: #B4B4B4. Windows color (decimal): -7614320 or 9490571. OLE color: 9490571.

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

Color convert

RGB 139 208 144 -
CMYK 0.33 0 0.31 0.18
HSL 124.35º 0.42% 0.68% -
HSV(B) 124.35º 0.33% 0.82% -
XYZ 38.24 52.61 34.53 -
YUV 180.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 139 208 144 0.33 0 0.31 0.18 124.35 0.42 0.68
Hex 8B D0 90 21 0 1F 12 7C 2A 44
Octal 213 320 220 41 0 37 22 174 52 104
Binary 10001011 11010000 10010000 100001 0 11111 10010 1111100 101010 1000100

Color Harmonies of #8BD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD090

Black with #8BD090

Text Example


Text Example

White with #8BD090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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