#D6F985

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

Shades of Sulu #D6F985

Tints of Sulu #D6F985

Color information

#D6F985 (or 0xD6F985) is unknown color: approx Sulu. HEX triplet: D6, F9 and 85. RGB value is (214,249,133). Sum of RGB (Red+Green+Blue) = 214+249+133=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F985 is #29067A. Grayscale: #E1E1E1. Windows color (decimal): -2688635 or 8780246. OLE color: 8780246.

HSL color Cylindrical-coordinate representation of color #D6F985: hue angle of 78.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6F985 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB214249133-
CMYK0.1400.470.02
HSL78.1º90.62%74.9%-
HSV(B)78.1º46.59%97.65%-
XYZ65.8483.7434.88-
YUV225.3175.9119.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=35.91%
G=41.78%
B=22.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142491330.1400.470.0278.190.6274.9
HexD6F985E02F24e5b4b
Octal326371205160572116133113
Binary1101011011111001100001011110010111110100111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F985; }

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

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

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

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

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

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

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

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