Html Css Color HEX #DDF88B Tidal

📋 copy color: '#DDF88B'

red 221 ◦ green 248 ◦ blue 139

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

Shades of Tidal #DDF88B

Tints of Tidal #DDF88B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

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

R = 36.35%
G = 40.79%
B = 22.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#DDF88B (or 0xDDF88B) is known color: Tidal. HEX triplet: DD, F8 and 8B. RGB value is (221,248,139). Sum of RGB (Red+Green+Blue) = 221+248+139=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF88B is #220774. Grayscale: #E3E3E3. Windows color (decimal): -2230133 or 9173213. OLE color: 9173213.

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

Color convert

RGB 221 248 139 -
CMYK 0.11 0 0.44 0.03
HSL 74.86º 0.89% 0.76% -
HSV(B) 74.86º 0.44% 0.97% -
XYZ 68.05 84.37 37.12 -
YUV 227.5 78.05 123.36 -
System Red Green Blue C M Y K H S L
Decimal 221 248 139 0.11 0 0.44 0.03 74.86 0.89 0.76
Hex DD F8 8B B 0 2C 3 4B 59 4C
Octal 335 370 213 13 0 54 3 113 131 114
Binary 11011101 11111000 10001011 1011 0 101100 11 1001011 1011001 1001100

Color Harmonies of #DDF88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF88B

Black with #DDF88B

Text Example


Text Example

White with #DDF88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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