#8CCF94

Color #8CCF94 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8CCF94

Tints of De York #8CCF94

Color information

#8CCF94 (or 0x8CCF94) is unknown color: approx De York. HEX triplet: 8C, CF and 94. RGB value is (140,207,148). Sum of RGB (Red+Green+Blue) = 140+207+148=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF94 is #73306B. Grayscale: #B4B4B4. Windows color (decimal): -7549036 or 9752460. OLE color: 9752460.

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

Color convert

RGB140207148-
CMYK0.3200.290.19
HSL127.16º41.1%68.04%-
HSV(B)127.16º32.37%81.18%-
XYZ38.4752.3436.09-
YUV180.24109.899.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=28.28%
G=41.82%
B=29.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402071480.3200.290.19127.1641.168.04
Hex8CCF942001D137f2944
Octal214317224400352317751104
Binary1000110011001111100101001000000111011001111111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CCF94;
 }
 .AnyTagClassName
 {
   color: #8CCF94;
 }
</style>
background-color css

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

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

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

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

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

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