Html Css Color HEX #8BD384 De York

📋 copy color: '#8BD384'

red 139 ◦ green 211 ◦ blue 132

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

Shades of De York #8BD384

Tints of De York #8BD384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 28.84%
G = 43.78%
B = 27.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#8BD384 (or 0x8BD384) is known color: De York. HEX triplet: 8B, D3 and 84. RGB value is (139,211,132). Sum of RGB (Red+Green+Blue) = 139+211+132=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD384 is #742C7B. Grayscale: #B4B4B4. Windows color (decimal): -7613564 or 8704907. OLE color: 8704907.

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

Color convert

RGB 139 211 132 -
CMYK 0.34 0 0.37 0.17
HSL 114.68º 0.47% 0.67% -
HSV(B) 114.68º 0.37% 0.83% -
XYZ 38.11 53.74 30.19 -
YUV 180.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 139 211 132 0.34 0 0.37 0.17 114.68 0.47 0.67
Hex 8B D3 84 22 0 25 11 73 2F 43
Octal 213 323 204 42 0 45 21 163 57 103
Binary 10001011 11010011 10000100 100010 0 100101 10001 1110011 101111 1000011

Color Harmonies of #8BD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD384

Black with #8BD384

Text Example


Text Example

White with #8BD384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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