#81BC81

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

Shades of De York #81BC81

Tints of De York #81BC81

Color information

#81BC81 (or 0x81BC81) is unknown color: approx De York. HEX triplet: 81, BC and 81. RGB value is (129,188,129). Sum of RGB (Red+Green+Blue) = 129+188+129=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC81 is #7E437E. Grayscale: #A3A3A3. Windows color (decimal): -8274815 or 8502401. OLE color: 8502401.

HSL color Cylindrical-coordinate representation of color #81BC81: hue angle of 120º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC81 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB129188129-
CMYK0.3100.310.26
HSL120º30.57%62.16%-
HSV(B)120º31.38%73.73%-
XYZ3142.2227.28-
YUV163.63108.45103.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=28.92%
G=42.15%
B=28.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881290.3100.310.2612030.5762.16
Hex81BC811F01F1A781f3e
Octal20127420137037321703776
Binary1000000110111100100000011111101111111010111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,129); }

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

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

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

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

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

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

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