Html Css Color HEX #8CCD98 De York

📋 copy color: '#8CCD98'

red 140 ◦ green 205 ◦ blue 152

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

Shades of De York #8CCD98

Tints of De York #8CCD98

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 28.17%
G = 41.25%
B = 30.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#8CCD98 (or 0x8CCD98) is known color: De York. HEX triplet: 8C, CD and 98. RGB value is (140,205,152). Sum of RGB (Red+Green+Blue) = 140+205+152=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD98 is #733267. Grayscale: #B3B3B3. Windows color (decimal): -7549544 or 10014092. OLE color: 10014092.

HSL color Cylindrical-coordinate representation of color #8CCD98: hue angle of 131.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD98 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 152 -
CMYK 0.32 0 0.26 0.20
HSL 131.08º 0.39% 0.68% -
HSV(B) 131.08º 0.32% 0.8% -
XYZ 38.31 51.51 37.63 -
YUV 179.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 140 205 152 0.32 0 0.26 0.20 131.08 0.39 0.68
Hex 8C CD 98 20 0 1A 14 83 27 44
Octal 214 315 230 40 0 32 24 203 47 104
Binary 10001100 11001101 10011000 100000 0 11010 10100 10000011 100111 1000100

Color Harmonies of #8CCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD98

Black with #8CCD98

Text Example


Text Example

White with #8CCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,152); }

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

background-color css

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

 a { background-color: rgb(140,205,152); }

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

border-color css

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

 span { border-color: rgb(140,205,152); }

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