#D6E785

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

Shades of Sulu #D6E785

Tints of Sulu #D6E785

Color information

#D6E785 (or 0xD6E785) is unknown color: approx Sulu. HEX triplet: D6, E7 and 85. RGB value is (214,231,133). Sum of RGB (Red+Green+Blue) = 214+231+133=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E785 is #29187A. Grayscale: #D7D7D7. Windows color (decimal): -2693243 or 8775638. OLE color: 8775638.

HSL color Cylindrical-coordinate representation of color #D6E785: hue angle of 70.41º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6E785 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB214231133-
CMYK0.0700.420.09
HSL70.41º67.12%71.37%-
HSV(B)70.41º42.42%90.59%-
XYZ60.5473.1433.12-
YUV214.7481.87127.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=37.02%
G=39.97%
B=23.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142311330.0700.420.0970.4167.1271.37
HexD6E785702A9464347
Octal326347205705211106103107
Binary11010110111001111000010111101010101001100011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E785; }

 p { color: rgb(214,231,133); }

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

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

 a { background-color: rgb(214,231,133); }

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

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

 span { border-color: rgb(214,231,133); }

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