#D3FA98

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

Shades of Reef #D3FA98

Tints of Reef #D3FA98

Color information

#D3FA98 (or 0xD3FA98) is unknown color: approx Reef. HEX triplet: D3, FA and 98. RGB value is (211,250,152). Sum of RGB (Red+Green+Blue) = 211+250+152=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FA98 is #2C0567. Grayscale: #E3E3E3. Windows color (decimal): -2884968 or 10025683. OLE color: 10025683.

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

Color convert

RGB211250152-
CMYK0.1600.390.02
HSL83.88º90.74%78.82%-
HSV(B)83.88º39.2%98.04%-
XYZ66.7284.4942.5-
YUV227.1785.58116.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 152 (59.77% from 255) = 24.80%
R=34.42%
G=40.78%
B=24.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112501520.1600.390.0283.8890.7478.82
HexD3FA98100272545b4f
Octal323372230200472124133117
Binary11010011111110101001100010000010011110101010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FA98; }

 p { color: rgb(211,250,152); }

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

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

 a { background-color: rgb(211,250,152); }

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

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

 span { border-color: rgb(211,250,152); }

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