Html Css Color HEX #8CCA7F De York

📋 copy color: '#8CCA7F'

red 140 ◦ green 202 ◦ blue 127

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

Shades of De York #8CCA7F

Tints of De York #8CCA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 127 (50% from 255) = 27.08%

R = 29.85%
G = 43.07%
B = 27.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#8CCA7F (or 0x8CCA7F) is known color: De York. HEX triplet: 8C, CA and 7F. RGB value is (140,202,127). Sum of RGB (Red+Green+Blue) = 140+202+127=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA7F is #733580. Grayscale: #AFAFAF. Windows color (decimal): -7550337 or 8374924. OLE color: 8374924.

HSL color Cylindrical-coordinate representation of color #8CCA7F: hue angle of 109.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCA7F is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 127 -
CMYK 0.31 0 0.37 0.21
HSL 109.6º 0.41% 0.65% -
HSV(B) 109.6º 0.37% 0.79% -
XYZ 35.77 49.35 27.72 -
YUV 174.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 140 202 127 0.31 0 0.37 0.21 109.6 0.41 0.65
Hex 8C CA 7F 1F 0 25 15 6E 29 41
Octal 214 312 177 37 0 45 25 156 51 101
Binary 10001100 11001010 1111111 11111 0 100101 10101 1101110 101001 1000001

Color Harmonies of #8CCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA7F

Black with #8CCA7F

Text Example


Text Example

White with #8CCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,127); }

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

background-color css

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

 a { background-color: rgb(140,202,127); }

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

border-color css

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

 span { border-color: rgb(140,202,127); }

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