#81C378

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

Shades of De York #81C378

Tints of De York #81C378

Color information

#81C378 (or 0x81C378) is unknown color: approx De York. HEX triplet: 81, C3 and 78. RGB value is (129,195,120). Sum of RGB (Red+Green+Blue) = 129+195+120=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #81C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C378 is #7E3C87. Grayscale: #A6A6A6. Windows color (decimal): -8273032 or 7914369. OLE color: 7914369.

HSL color Cylindrical-coordinate representation of color #81C378: hue angle of 112.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81C378 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB129195120-
CMYK0.3400.380.24
HSL112.8º38.46%61.76%-
HSV(B)112.8º38.46%76.47%-
XYZ31.9645.0524.78-
YUV166.72101.63101.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=29.05%
G=43.92%
B=27.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291951200.3400.380.24112.838.4661.76
Hex81C378220261871263e
Octal20130317042046301614676
Binary100000011100001111110001000100100110110001110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C378; }

 p { color: rgb(129,195,120); }

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

<style>
 a { background-color: #81C378; }

 a { background-color: rgb(129,195,120); }

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

<style>
 span { border-color: #81C378; }

 span { border-color: rgb(129,195,120); }

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