#D1F276

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

Shades of Sulu #D1F276

Tints of Sulu #D1F276

Color information

#D1F276 (or 0xD1F276) is unknown color: approx Sulu. HEX triplet: D1, F2 and 76. RGB value is (209,242,118). Sum of RGB (Red+Green+Blue) = 209+242+118=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F276 is #2E0D89. Grayscale: #DADADA. Windows color (decimal): -3018122 or 7795409. OLE color: 7795409.

HSL color Cylindrical-coordinate representation of color #D1F276: hue angle of 75.97º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1F276 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB209242118-
CMYK0.1400.510.05
HSL75.97º82.67%70.59%-
HSV(B)75.97º51.24%94.9%-
XYZ61.3278.3729.03-
YUV21871.57121.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=36.73%
G=42.53%
B=20.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421180.1400.510.0575.9782.6770.59
HexD1F276E03354c5347
Octal321362166160635114123107
Binary1101000111110010111011011100110011101100110010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F276; }

 p { color: rgb(209,242,118); }

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

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

 a { background-color: rgb(209,242,118); }

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

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

 span { border-color: rgb(209,242,118); }

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