Html Css Color HEX #DDF88D Reef

📋 copy color: '#DDF88D'

red 221 ◦ green 248 ◦ blue 141

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

Shades of Reef #DDF88D

Tints of Reef #DDF88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 36.23%
G = 40.66%
B = 23.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#DDF88D (or 0xDDF88D) is known color: Reef. HEX triplet: DD, F8 and 8D. RGB value is (221,248,141). Sum of RGB (Red+Green+Blue) = 221+248+141=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF88D is #220772. Grayscale: #E4E4E4. Windows color (decimal): -2230131 or 9304285. OLE color: 9304285.

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

Color convert

RGB 221 248 141 -
CMYK 0.11 0 0.43 0.03
HSL 75.14º 0.88% 0.76% -
HSV(B) 75.14º 0.43% 0.97% -
XYZ 68.19 84.43 37.9 -
YUV 227.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 221 248 141 0.11 0 0.43 0.03 75.14 0.88 0.76
Hex DD F8 8D B 0 2B 3 4B 58 4C
Octal 335 370 215 13 0 53 3 113 130 114
Binary 11011101 11111000 10001101 1011 0 101011 11 1001011 1011000 1001100

Color Harmonies of #DDF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF88D

Black with #DDF88D

Text Example


Text Example

White with #DDF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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