Html Css Color HEX #8CDA88 De York

📋 copy color: '#8CDA88'

red 140 ◦ green 218 ◦ blue 136

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

Shades of De York #8CDA88

Tints of De York #8CDA88

RGB

 RED value IS 140 (55.08% from 255) = 28.34%

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 28.34%
G = 44.13%
B = 27.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#8CDA88 (or 0x8CDA88) is known color: De York. HEX triplet: 8C, DA and 88. RGB value is (140,218,136). Sum of RGB (Red+Green+Blue) = 140+218+136=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA88 is #732577. Grayscale: #B9B9B9. Windows color (decimal): -7546232 or 8968844. OLE color: 8968844.

HSL color Cylindrical-coordinate representation of color #8CDA88: hue angle of 117.07º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CDA88 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 136 -
CMYK 0.36 0 0.38 0.15
HSL 117.07º 0.53% 0.69% -
HSV(B) 117.07º 0.38% 0.85% -
XYZ 40.33 57.5 32.26 -
YUV 185.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 140 218 136 0.36 0 0.38 0.15 117.07 0.53 0.69
Hex 8C DA 88 24 0 26 F 75 35 45
Octal 214 332 210 44 0 46 17 165 65 105
Binary 10001100 11011010 10001000 100100 0 100110 1111 1110101 110101 1000101

Color Harmonies of #8CDA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA88

Black with #8CDA88

Text Example


Text Example

White with #8CDA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,136); }

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

background-color css

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

 a { background-color: rgb(140,218,136); }

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

border-color css

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

 span { border-color: rgb(140,218,136); }

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