Html Css Color HEX #8CD47D De York

📋 copy color: '#8CD47D'

red 140 ◦ green 212 ◦ blue 125

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

Shades of De York #8CD47D

Tints of De York #8CD47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 29.35%
G = 44.44%
B = 26.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#8CD47D (or 0x8CD47D) is known color: De York. HEX triplet: 8C, D4 and 7D. RGB value is (140,212,125). Sum of RGB (Red+Green+Blue) = 140+212+125=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD47D is #732B82. Grayscale: #B4B4B4. Windows color (decimal): -7547779 or 8246412. OLE color: 8246412.

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

Color convert

RGB 140 212 125 -
CMYK 0.34 0 0.41 0.17
HSL 109.66º 0.5% 0.66% -
HSV(B) 109.66º 0.41% 0.83% -
XYZ 38.06 54.14 27.85 -
YUV 180.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 140 212 125 0.34 0 0.41 0.17 109.66 0.5 0.66
Hex 8C D4 7D 22 0 29 11 6E 32 42
Octal 214 324 175 42 0 51 21 156 62 102
Binary 10001100 11010100 1111101 100010 0 101001 10001 1101110 110010 1000010

Color Harmonies of #8CD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD47D

Black with #8CD47D

Text Example


Text Example

White with #8CD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,212,125); }

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

background-color css

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

 a { background-color: rgb(140,212,125); }

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

border-color css

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

 span { border-color: rgb(140,212,125); }

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