Html Css Color HEX #8BDD83 De York

📋 copy color: '#8BDD83'

red 139 ◦ green 221 ◦ blue 131

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

Shades of De York #8BDD83

Tints of De York #8BDD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 28.31%
G = 45.01%
B = 26.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8BDD83 (or 0x8BDD83) is known color: De York. HEX triplet: 8B, DD and 83. RGB value is (139,221,131). Sum of RGB (Red+Green+Blue) = 139+221+131=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD83 is #74227C. Grayscale: #BABABA. Windows color (decimal): -7611005 or 8641931. OLE color: 8641931.

HSL color Cylindrical-coordinate representation of color #8BDD83: hue angle of 114.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDD83 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 221 131 -
CMYK 0.37 0 0.41 0.13
HSL 114.67º 0.57% 0.69% -
HSV(B) 114.67º 0.41% 0.87% -
XYZ 40.6 58.84 30.69 -
YUV 186.22 96.83 94.32 -
System Red Green Blue C M Y K H S L
Decimal 139 221 131 0.37 0 0.41 0.13 114.67 0.57 0.69
Hex 8B DD 83 25 0 29 D 73 39 45
Octal 213 335 203 45 0 51 15 163 71 105
Binary 10001011 11011101 10000011 100101 0 101001 1101 1110011 111001 1000101

Color Harmonies of #8BDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD83

Black with #8BDD83

Text Example


Text Example

White with #8BDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,221,131); }

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

background-color css

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

 a { background-color: rgb(139,221,131); }

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

border-color css

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

 span { border-color: rgb(139,221,131); }

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