#DDFE97

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

Shades of Reef #DDFE97

Tints of Reef #DDFE97

Color information

#DDFE97 (or 0xDDFE97) is unknown color: approx Reef. HEX triplet: DD, FE and 97. RGB value is (221,254,151). Sum of RGB (Red+Green+Blue) = 221+254+151=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 151 (59.38% from 255 or 24.12% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE97 is #220168. Grayscale: #E8E8E8. Windows color (decimal): -2228585 or 9961181. OLE color: 9961181.

HSL color Cylindrical-coordinate representation of color #DDFE97: hue angle of 79.22º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDFE97 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB221254151-
CMYK0.1300.410.00
HSL79.22º98.1%79.41%-
HSV(B)79.22º40.55%99.61%-
XYZ70.8588.4942.62-
YUV232.3982.07119.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 151 (59.38% from 255) = 24.12%
R=35.30%
G=40.58%
B=24.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541510.1300.410.0079.2298.179.41
HexDDFE97D02904f624f
Octal335376227150510117142117
Binary110111011111111010010111110101010010100111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE97; }

 p { color: rgb(221,254,151); }

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

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

 a { background-color: rgb(221,254,151); }

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

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

 span { border-color: rgb(221,254,151); }

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