#D1F68B

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

Shades of Sulu #D1F68B

Tints of Sulu #D1F68B

Color information

#D1F68B (or 0xD1F68B) is unknown color: approx Sulu. HEX triplet: D1, F6 and 8B. RGB value is (209,246,139). Sum of RGB (Red+Green+Blue) = 209+246+139=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F68B is #2E0974. Grayscale: #DFDFDF. Windows color (decimal): -3017077 or 9172689. OLE color: 9172689.

HSL color Cylindrical-coordinate representation of color #D1F68B: hue angle of 80.75º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1F68B is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB209246139-
CMYK0.1500.430.04
HSL80.75º85.6%75.49%-
HSV(B)80.75º43.5%96.47%-
XYZ63.9181.3336.76-
YUV222.7480.74118.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 246 (96.48% from 255) = 41.41%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=35.19%
G=41.41%
B=23.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092461390.1500.430.0480.7585.675.49
HexD1F68BF02B451564b
Octal321366213170534121126113
Binary11010001111101101000101111110101011100101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F68B; }

 p { color: rgb(209,246,139); }

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

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

 a { background-color: rgb(209,246,139); }

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

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

 span { border-color: rgb(209,246,139); }

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