#D1F993

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

Shades of Reef #D1F993

Tints of Reef #D1F993

Color information

#D1F993 (or 0xD1F993) is unknown color: approx Reef. HEX triplet: D1, F9 and 93. RGB value is (209,249,147). Sum of RGB (Red+Green+Blue) = 209+249+147=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F993 is #2E066C. Grayscale: #E1E1E1. Windows color (decimal): -3016301 or 9697745. OLE color: 9697745.

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

Color convert

RGB209249147-
CMYK0.1600.410.02
HSL83.53º89.47%77.65%-
HSV(B)83.53º40.96%97.65%-
XYZ65.4483.4140.26-
YUV225.4183.75116.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 147 (57.81% from 255) = 24.30%
R=34.55%
G=41.16%
B=24.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092491470.1600.410.0283.5389.4777.65
HexD1F99310029254594e
Octal321371223200512124131116
Binary11010001111110011001001110000010100110101010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F993; }

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

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

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

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

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

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

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

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