#81CB90

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

Shades of De York #81CB90

Tints of De York #81CB90

Color information

#81CB90 (or 0x81CB90) is unknown color: approx De York. HEX triplet: 81, CB and 90. RGB value is (129,203,144). Sum of RGB (Red+Green+Blue) = 129+203+144=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CB90 is #7E346F. Grayscale: #AEAEAE. Windows color (decimal): -8270960 or 9489281. OLE color: 9489281.

HSL color Cylindrical-coordinate representation of color #81CB90: hue angle of 132.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CB90 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB129203144-
CMYK0.3600.290.20
HSL132.16º41.57%65.1%-
HSV(B)132.16º36.45%79.61%-
XYZ35.4449.3934.05-
YUV174.15110.9895.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=27.10%
G=42.65%
B=30.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031440.3600.290.20132.1641.5765.1
Hex81CB902401D14842a41
Octal201313220440352420452101
Binary10000001110010111001000010010001110110100100001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,203,144); }

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

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

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

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

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

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

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