Html Css Color HEX #8CD27D De York

📋 copy color: '#8CD27D'

red 140 ◦ green 210 ◦ blue 125

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

Shades of De York #8CD27D

Tints of De York #8CD27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 29.47%
G = 44.21%
B = 26.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8CD27D (or 0x8CD27D) is known color: De York. HEX triplet: 8C, D2 and 7D. RGB value is (140,210,125). Sum of RGB (Red+Green+Blue) = 140+210+125=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD27D is #732D82. Grayscale: #B3B3B3. Windows color (decimal): -7548291 or 8245900. OLE color: 8245900.

HSL color Cylindrical-coordinate representation of color #8CD27D: hue angle of 109.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD27D is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 125 -
CMYK 0.33 0 0.40 0.18
HSL 109.41º 0.49% 0.66% -
HSV(B) 109.41º 0.4% 0.82% -
XYZ 37.56 53.15 27.68 -
YUV 179.38 97.31 99.91 -
System Red Green Blue C M Y K H S L
Decimal 140 210 125 0.33 0 0.40 0.18 109.41 0.49 0.66
Hex 8C D2 7D 21 0 28 12 6D 31 42
Octal 214 322 175 41 0 50 22 155 61 102
Binary 10001100 11010010 1111101 100001 0 101000 10010 1101101 110001 1000010

Color Harmonies of #8CD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD27D

Black with #8CD27D

Text Example


Text Example

White with #8CD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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