Html Css Color HEX #DDF58A Tidal

📋 copy color: '#DDF58A'

red 221 ◦ green 245 ◦ blue 138

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

Shades of Tidal #DDF58A

Tints of Tidal #DDF58A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

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

R = 36.59%
G = 40.56%
B = 22.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#DDF58A (or 0xDDF58A) is known color: Tidal. HEX triplet: DD, F5 and 8A. RGB value is (221,245,138). Sum of RGB (Red+Green+Blue) = 221+245+138=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF58A is #220A75. Grayscale: #E2E2E2. Windows color (decimal): -2230902 or 9106909. OLE color: 9106909.

HSL color Cylindrical-coordinate representation of color #DDF58A: hue angle of 73.46º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF58A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 138 -
CMYK 0.10 0 0.44 0.04
HSL 73.46º 0.84% 0.75% -
HSV(B) 73.46º 0.44% 0.96% -
XYZ 67.06 82.51 36.44 -
YUV 225.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 221 245 138 0.10 0 0.44 0.04 73.46 0.84 0.75
Hex DD F5 8A A 0 2C 4 49 54 4B
Octal 335 365 212 12 0 54 4 111 124 113
Binary 11011101 11110101 10001010 1010 0 101100 100 1001001 1010100 1001011

Color Harmonies of #DDF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF58A

Black with #DDF58A

Text Example


Text Example

White with #DDF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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