Html Css Color HEX #8BD68E De York

📋 copy color: '#8BD68E'

red 139 ◦ green 214 ◦ blue 142

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

Shades of De York #8BD68E

Tints of De York #8BD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 28.08%
G = 43.23%
B = 28.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#8BD68E (or 0x8BD68E) is known color: De York. HEX triplet: 8B, D6 and 8E. RGB value is (139,214,142). Sum of RGB (Red+Green+Blue) = 139+214+142=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD68E is #742971. Grayscale: #B7B7B7. Windows color (decimal): -7612786 or 9361035. OLE color: 9361035.

HSL color Cylindrical-coordinate representation of color #8BD68E: hue angle of 122.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD68E is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 142 -
CMYK 0.35 0 0.34 0.16
HSL 122.4º 0.48% 0.69% -
HSV(B) 122.4º 0.35% 0.84% -
XYZ 39.58 55.54 34.22 -
YUV 183.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 139 214 142 0.35 0 0.34 0.16 122.4 0.48 0.69
Hex 8B D6 8E 23 0 22 10 7A 30 45
Octal 213 326 216 43 0 42 20 172 60 105
Binary 10001011 11010110 10001110 100011 0 100010 10000 1111010 110000 1000101

Color Harmonies of #8BD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD68E

Black with #8BD68E

Text Example


Text Example

White with #8BD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,142); }

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

background-color css

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

 a { background-color: rgb(139,214,142); }

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

border-color css

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

 span { border-color: rgb(139,214,142); }

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