Html Css Color HEX #DDF99F Reef

📋 copy color: '#DDF99F'

red 221 ◦ green 249 ◦ blue 159

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

Shades of Reef #DDF99F

Tints of Reef #DDF99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.28%

R = 35.14%
G = 39.59%
B = 25.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DDF99F (or 0xDDF99F) is known color: Reef. HEX triplet: DD, F9 and 9F. RGB value is (221,249,159). Sum of RGB (Red+Green+Blue) = 221+249+159=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99F is #220660. Grayscale: #E6E6E6. Windows color (decimal): -2229857 or 10484189. OLE color: 10484189.

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

Color convert

RGB 221 249 159 -
CMYK 0.11 0 0.36 0.02
HSL 78.67º 0.88% 0.8% -
HSV(B) 78.67º 0.36% 0.98% -
XYZ 69.95 85.63 45.64 -
YUV 230.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 221 249 159 0.11 0 0.36 0.02 78.67 0.88 0.8
Hex DD F9 9F B 0 24 2 4F 58 50
Octal 335 371 237 13 0 44 2 117 130 120
Binary 11011101 11111001 10011111 1011 0 100100 10 1001111 1011000 1010000

Color Harmonies of #DDF99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF99F

Black with #DDF99F

Text Example


Text Example

White with #DDF99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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