Html Css Color HEX #8CCF7E De York

📋 copy color: '#8CCF7E'

red 140 ◦ green 207 ◦ blue 126

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

Shades of De York #8CCF7E

Tints of De York #8CCF7E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.76%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 29.6%
G = 43.76%
B = 26.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#8CCF7E (or 0x8CCF7E) is known color: De York. HEX triplet: 8C, CF and 7E. RGB value is (140,207,126). Sum of RGB (Red+Green+Blue) = 140+207+126=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF7E is #733081. Grayscale: #B1B1B1. Windows color (decimal): -7549058 or 8310668. OLE color: 8310668.

HSL color Cylindrical-coordinate representation of color #8CCF7E: hue angle of 109.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CCF7E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 126 -
CMYK 0.32 0 0.39 0.19
HSL 109.63º 0.46% 0.65% -
HSV(B) 109.63º 0.39% 0.81% -
XYZ 36.89 51.71 27.77 -
YUV 177.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 140 207 126 0.32 0 0.39 0.19 109.63 0.46 0.65
Hex 8C CF 7E 20 0 27 13 6E 2E 41
Octal 214 317 176 40 0 47 23 156 56 101
Binary 10001100 11001111 1111110 100000 0 100111 10011 1101110 101110 1000001

Color Harmonies of #8CCF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF7E

Black with #8CCF7E

Text Example


Text Example

White with #8CCF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,126); }

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

background-color css

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

 a { background-color: rgb(140,207,126); }

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

border-color css

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

 span { border-color: rgb(140,207,126); }

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