#d1f277

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

Shades of Sulu #D1F277

Tints of Sulu #D1F277

Color information

#D1F277 (or 0xD1F277) is unknown color: approx Sulu. HEX triplet: D1, F2 and 77. RGB value is (209,242,119). Sum of RGB (Red+Green+Blue) = 209+242+119=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F277 is #2E0D88. Grayscale: #DADADA. Windows color (decimal): -3018121 or 7860945. OLE color: 7860945.

HSL color Cylindrical-coordinate representation of color #D1F277: hue angle of 76.1º 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 #D1F277 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB209242119-
CMYK0.1400.510.05
HSL76.1º82.55%70.78%-
HSV(B)76.1º50.83%94.9%-
XYZ61.3878.3929.35-
YUV218.1172.07121.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 242 (94.92% from 255) = 42.46%
BLUE value IS 119 (46.88% from 255) = 20.88%
R=36.67%
G=42.46%
B=20.88%

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
Decimal2092421190.1400.510.0576.182.5570.78
HexD1F277E03354c5347
Octal321362167160635114123107
Binary1101000111110010111011111100110011101100110010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1f277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1f277; }

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

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

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

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

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

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

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

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