#DDFF98

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

Shades of Reef #DDFF98

Tints of Reef #DDFF98

Color information

#DDFF98 (or 0xDDFF98) is unknown color: approx Reef. HEX triplet: DD, FF and 98. RGB value is (221,255,152). Sum of RGB (Red+Green+Blue) = 221+255+152=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF98 is #220067. Grayscale: #E9E9E9. Windows color (decimal): -2228328 or 10026973. OLE color: 10026973.

HSL color Cylindrical-coordinate representation of color #DDFF98: hue angle of 79.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDFF98 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB221255152-
CMYK0.1300.400
HSL79.81º100%79.8%-
HSV(B)79.81º40.39%100%-
XYZ71.2589.1643.16-
YUV233.0982.24119.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 152 (59.77% from 255) = 24.20%
R=35.19%
G=40.61%
B=24.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551520.1300.40079.8110079.8
HexDDFF98D0280506450
Octal335377230150500120144120
Binary110111011111111110011000110101010000101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF98; }

 p { color: rgb(221,255,152); }

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

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

 a { background-color: rgb(221,255,152); }

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

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

 span { border-color: rgb(221,255,152); }

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