#DFFD95

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

Shades of Reef #DFFD95

Tints of Reef #DFFD95

Color information

#DFFD95 (or 0xDFFD95) is unknown color: approx Reef. HEX triplet: DF, FD and 95. RGB value is (223,253,149). Sum of RGB (Red+Green+Blue) = 223+253+149=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFD95 is #20026A. Grayscale: #E8E8E8. Windows color (decimal): -2097771 or 9829855. OLE color: 9829855.

HSL color Cylindrical-coordinate representation of color #DFFD95: hue angle of 77.31º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFFD95 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB223253149-
CMYK0.1200.410.01
HSL77.31º96.3%78.82%-
HSV(B)77.31º41.11%99.22%-
XYZ70.9888.1141.7-
YUV232.1781.06121.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 149 (58.59% from 255) = 23.84%
R=35.68%
G=40.48%
B=23.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531490.1200.410.0177.3196.378.82
HexDFFD95C02914d604f
Octal337375225140511115140117
Binary110111111111110110010101110001010011100110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFD95; }

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

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

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

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

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

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

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

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