#DFF695

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

Shades of Reef #DFF695

Tints of Reef #DFF695

Color information

#DFF695 (or 0xDFF695) is unknown color: approx Reef. HEX triplet: DF, F6 and 95. RGB value is (223,246,149). Sum of RGB (Red+Green+Blue) = 223+246+149=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF695 is #20096A. Grayscale: #E4E4E4. Windows color (decimal): -2099563 or 9828063. OLE color: 9828063.

HSL color Cylindrical-coordinate representation of color #DFF695: hue angle of 74.23º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFF695 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB223246149-
CMYK0.0900.390.04
HSL74.23º84.35%77.45%-
HSV(B)74.23º39.43%96.47%-
XYZ68.8183.7740.98-
YUV228.0683.38124.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 149 (58.59% from 255) = 24.11%
R=36.08%
G=39.81%
B=24.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232461490.0900.390.0474.2384.3577.45
HexDFF695902744a544d
Octal337366225110474112124115
Binary11011111111101101001010110010100111100100101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF695; }

 p { color: rgb(223,246,149); }

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

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

 a { background-color: rgb(223,246,149); }

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

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

 span { border-color: rgb(223,246,149); }

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