#D4F785

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

Shades of Sulu #D4F785

Tints of Sulu #D4F785

Color information

#D4F785 (or 0xD4F785) is unknown color: approx Sulu. HEX triplet: D4, F7 and 85. RGB value is (212,247,133). Sum of RGB (Red+Green+Blue) = 212+247+133=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F785 is #2B087A. Grayscale: #DFDFDF. Windows color (decimal): -2820219 or 8779732. OLE color: 8779732.

HSL color Cylindrical-coordinate representation of color #D4F785: hue angle of 78.42º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4F785 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB212247133-
CMYK0.1400.460.03
HSL78.42º87.69%74.51%-
HSV(B)78.42º46.15%96.86%-
XYZ64.6582.2134.65-
YUV223.5476.9119.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 247 (96.88% from 255) = 41.72%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=35.81%
G=41.72%
B=22.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2122471330.1400.460.0378.4287.6974.51
HexD4F785E02E34e584b
Octal324367205160563116130113
Binary1101010011110111100001011110010111011100111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F785; }

 p { color: rgb(212,247,133); }

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

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

 a { background-color: rgb(212,247,133); }

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

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

 span { border-color: rgb(212,247,133); }

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