#DDFE85

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

Shades of Tidal #DDFE85

Tints of Tidal #DDFE85

Color information

#DDFE85 (or 0xDDFE85) is unknown color: approx Tidal. HEX triplet: DD, FE and 85. RGB value is (221,254,133). Sum of RGB (Red+Green+Blue) = 221+254+133=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE85 is #22017A. Grayscale: #E6E6E6. Windows color (decimal): -2228603 or 8781533. OLE color: 8781533.

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

Color convert

RGB221254133-
CMYK0.1300.480.00
HSL76.36º98.37%75.88%-
HSV(B)76.36º47.64%99.61%-
XYZ69.4987.9535.5-
YUV230.3473.07121.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 133 (52.34% from 255) = 21.88%
R=36.35%
G=41.78%
B=21.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541330.1300.480.0076.3698.3775.88
HexDDFE85D03004c624c
Octal335376205150600114142114
Binary110111011111111010000101110101100000100110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE85; }

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

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

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

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

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

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

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

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