Html Css Color HEX #8CDA8D De York

📋 copy color: '#8CDA8D'

red 140 ◦ green 218 ◦ blue 141

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

Shades of De York #8CDA8D

Tints of De York #8CDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 28.06%
G = 43.69%
B = 28.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#8CDA8D (or 0x8CDA8D) is known color: De York. HEX triplet: 8C, DA and 8D. RGB value is (140,218,141). Sum of RGB (Red+Green+Blue) = 140+218+141=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA8D is #732572. Grayscale: #BABABA. Windows color (decimal): -7546227 or 9296524. OLE color: 9296524.

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

Color convert

RGB 140 218 141 -
CMYK 0.36 0 0.35 0.15
HSL 120.77º 0.51% 0.7% -
HSV(B) 120.77º 0.36% 0.85% -
XYZ 40.69 57.64 34.18 -
YUV 185.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 140 218 141 0.36 0 0.35 0.15 120.77 0.51 0.7
Hex 8C DA 8D 24 0 23 F 79 33 46
Octal 214 332 215 44 0 43 17 171 63 106
Binary 10001100 11011010 10001101 100100 0 100011 1111 1111001 110011 1000110

Color Harmonies of #8CDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA8D

Black with #8CDA8D

Text Example


Text Example

White with #8CDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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