Html Css Color HEX #8CCA7B De York

📋 copy color: '#8CCA7B'

red 140 ◦ green 202 ◦ blue 123

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

Shades of De York #8CCA7B

Tints of De York #8CCA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 30.11%
G = 43.44%
B = 26.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#8CCA7B (or 0x8CCA7B) is known color: De York. HEX triplet: 8C, CA and 7B. RGB value is (140,202,123). Sum of RGB (Red+Green+Blue) = 140+202+123=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA7B is #733584. Grayscale: #AEAEAE. Windows color (decimal): -7550341 or 8112780. OLE color: 8112780.

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

Color convert

RGB 140 202 123 -
CMYK 0.31 0 0.39 0.21
HSL 107.09º 0.43% 0.64% -
HSV(B) 107.09º 0.39% 0.79% -
XYZ 35.51 49.25 26.37 -
YUV 174.46 98.96 103.42 -
System Red Green Blue C M Y K H S L
Decimal 140 202 123 0.31 0 0.39 0.21 107.09 0.43 0.64
Hex 8C CA 7B 1F 0 27 15 6B 2B 40
Octal 214 312 173 37 0 47 25 153 53 100
Binary 10001100 11001010 1111011 11111 0 100111 10101 1101011 101011 1000000

Color Harmonies of #8CCA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA7B

Black with #8CCA7B

Text Example


Text Example

White with #8CCA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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