Html Css Color HEX #DDF98B Tidal

📋 copy color: '#DDF98B'

red 221 ◦ green 249 ◦ blue 139

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

Shades of Tidal #DDF98B

Tints of Tidal #DDF98B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.89%

 BLUE value IS 139 (54.69% from 255) = 22.82%

R = 36.29%
G = 40.89%
B = 22.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DDF98B (or 0xDDF98B) is known color: Tidal. HEX triplet: DD, F9 and 8B. RGB value is (221,249,139). Sum of RGB (Red+Green+Blue) = 221+249+139=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98B is #220674. Grayscale: #E4E4E4. Windows color (decimal): -2229877 or 9173469. OLE color: 9173469.

HSL color Cylindrical-coordinate representation of color #DDF98B: hue angle of 75.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF98B is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 139 -
CMYK 0.11 0 0.44 0.02
HSL 75.27º 0.9% 0.76% -
HSV(B) 75.27º 0.44% 0.98% -
XYZ 68.35 84.99 37.23 -
YUV 228.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 221 249 139 0.11 0 0.44 0.02 75.27 0.9 0.76
Hex DD F9 8B B 0 2C 2 4B 5A 4C
Octal 335 371 213 13 0 54 2 113 132 114
Binary 11011101 11111001 10001011 1011 0 101100 10 1001011 1011010 1001100

Color Harmonies of #DDF98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF98B

Black with #DDF98B

Text Example


Text Example

White with #DDF98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF98B; }

 p { color: rgb(221,249,139); }

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

background-color css

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

 a { background-color: rgb(221,249,139); }

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

border-color css

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

 span { border-color: rgb(221,249,139); }

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