#D1E985

Color #D1E985 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D1E985

Tints of Sulu #D1E985

Color information

#D1E985 (or 0xD1E985) is unknown color: approx Sulu. HEX triplet: D1, E9 and 85. RGB value is (209,233,133). Sum of RGB (Red+Green+Blue) = 209+233+133=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E985 is #2E167A. Grayscale: #D6D6D6. Windows color (decimal): -3020411 or 8776145. OLE color: 8776145.

HSL color Cylindrical-coordinate representation of color #D1E985: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1E985 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB209233133-
CMYK0.1000.430.09
HSL74.4º69.44%71.76%-
HSV(B)74.4º42.92%91.37%-
XYZ59.6773.5333.24-
YUV214.4282.05124.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=36.35%
G=40.52%
B=23.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092331330.1000.430.0974.469.4471.76
HexD1E985A02B94a4548
Octal3213512051205311112105110
Binary110100011110100110000101101001010111001100101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E985; }

 p { color: rgb(209,233,133); }

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

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

 a { background-color: rgb(209,233,133); }

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

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

 span { border-color: rgb(209,233,133); }

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