Html Css Color HEX #DDFD8A Tidal

📋 copy color: '#DDFD8A'

red 221 ◦ green 253 ◦ blue 138

#DDFD8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #DDFD8A

Tints of Tidal #DDFD8A

RGB

 RED value IS 221 (86.72% from 255) = 36.11%

 GREEN value IS 253 (99.22% from 255) = 41.34%

 BLUE value IS 138 (54.3% from 255) = 22.55%

R = 36.11%
G = 41.34%
B = 22.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DDFD8A (or 0xDDFD8A) is known color: Tidal. HEX triplet: DD, FD and 8A. RGB value is (221,253,138). Sum of RGB (Red+Green+Blue) = 221+253+138=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8A is #220275. Grayscale: #E6E6E6. Windows color (decimal): -2228854 or 9108957. OLE color: 9108957.

HSL color Cylindrical-coordinate representation of color #DDFD8A: hue angle of 76.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFD8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 138 -
CMYK 0.13 0 0.45 0.01
HSL 76.7º 0.97% 0.77% -
HSV(B) 76.7º 0.45% 0.99% -
XYZ 69.53 87.46 37.26 -
YUV 230.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 221 253 138 0.13 0 0.45 0.01 76.7 0.97 0.77
Hex DD FD 8A D 0 2D 1 4D 61 4D
Octal 335 375 212 15 0 55 1 115 141 115
Binary 11011101 11111101 10001010 1101 0 101101 1 1001101 1100001 1001101

Color Harmonies of #DDFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD8A

Black with #DDFD8A

Text Example


Text Example

White with #DDFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD8A; }

 p { color: rgb(221,253,138); }

 H1.HeaderClassName
 {
   color: #DDFD8A;
 }
 .AnyTagClassName
 {
   color: #DDFD8A;
 }
</style>

background-color css

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

 a { background-color: rgb(221,253,138); }

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

border-color css

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

 span { border-color: rgb(221,253,138); }

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