#D1F97F

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

Shades of Sulu #D1F97F

Tints of Sulu #D1F97F

Color information

#D1F97F (or 0xD1F97F) is unknown color: approx Sulu. HEX triplet: D1, F9 and 7F. RGB value is (209,249,127). Sum of RGB (Red+Green+Blue) = 209+249+127=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F97F is #2E0680. Grayscale: #DFDFDF. Windows color (decimal): -3016321 or 8387025. OLE color: 8387025.

HSL color Cylindrical-coordinate representation of color #D1F97F: hue angle of 79.67º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1F97F is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB209249127-
CMYK0.1600.490.02
HSL79.67º91.04%73.73%-
HSV(B)79.67º49%97.65%-
XYZ6482.8432.69-
YUV223.1373.75117.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 127 (50% from 255) = 21.71%
R=35.73%
G=42.56%
B=21.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092491270.1600.490.0279.6791.0473.73
HexD1F97F100312505b4a
Octal321371177200612120133112
Binary1101000111111001111111110000011000110101000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F97F; }

 p { color: rgb(209,249,127); }

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

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

 a { background-color: rgb(209,249,127); }

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

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

 span { border-color: rgb(209,249,127); }

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