#DFF994

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

Shades of Reef #DFF994

Tints of Reef #DFF994

Color information

#DFF994 (or 0xDFF994) is unknown color: approx Reef. HEX triplet: DF, F9 and 94. RGB value is (223,249,148). Sum of RGB (Red+Green+Blue) = 223+249+148=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF994 is #20066B. Grayscale: #E6E6E6. Windows color (decimal): -2098796 or 9763295. OLE color: 9763295.

HSL color Cylindrical-coordinate representation of color #DFF994: hue angle of 75.45º 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 #DFF994 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB223249148-
CMYK0.1000.410.02
HSL75.45º89.38%77.84%-
HSV(B)75.45º40.56%97.65%-
XYZ69.6585.5840.86-
YUV229.7181.89123.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=35.97%
G=40.16%
B=23.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232491480.1000.410.0275.4589.3877.84
HexDFF994A02924b594e
Octal337371224120512113131116
Binary1101111111111001100101001010010100110100101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF994; }

 p { color: rgb(223,249,148); }

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

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

 a { background-color: rgb(223,249,148); }

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

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

 span { border-color: rgb(223,249,148); }

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