#D4F085

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

Shades of Sulu #D4F085

Tints of Sulu #D4F085

Color information

#D4F085 (or 0xD4F085) is unknown color: approx Sulu. HEX triplet: D4, F0 and 85. RGB value is (212,240,133). Sum of RGB (Red+Green+Blue) = 212+240+133=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F085 is #2B0F7A. Grayscale: #DBDBDB. Windows color (decimal): -2822011 or 8777940. OLE color: 8777940.

HSL color Cylindrical-coordinate representation of color #D4F085: hue angle of 75.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4F085 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB212240133-
CMYK0.1200.450.06
HSL75.7º78.1%73.14%-
HSV(B)75.7º44.58%94.12%-
XYZ62.5578.0133.95-
YUV219.4379.22122.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=36.24%
G=41.03%
B=22.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122401330.1200.450.0675.778.173.14
HexD4F085C02D64c4e49
Octal324360205140556114116111
Binary11010100111100001000010111000101101110100110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F085; }

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

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

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

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

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

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

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

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