Html Css Color HEX #DDF98D Reef

📋 copy color: '#DDF98D'

red 221 ◦ green 249 ◦ blue 141

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

Shades of Reef #DDF98D

Tints of Reef #DDF98D

RGB

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

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

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

R = 36.17%
G = 40.75%
B = 23.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DDF98D (or 0xDDF98D) is known color: Reef. HEX triplet: DD, F9 and 8D. RGB value is (221,249,141). Sum of RGB (Red+Green+Blue) = 221+249+141=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98D is #220672. Grayscale: #E4E4E4. Windows color (decimal): -2229875 or 9304541. OLE color: 9304541.

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

Color convert

RGB 221 249 141 -
CMYK 0.11 0 0.43 0.02
HSL 75.56º 0.9% 0.76% -
HSV(B) 75.56º 0.43% 0.98% -
XYZ 68.5 85.05 38 -
YUV 228.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 221 249 141 0.11 0 0.43 0.02 75.56 0.9 0.76
Hex DD F9 8D B 0 2B 2 4C 5A 4C
Octal 335 371 215 13 0 53 2 114 132 114
Binary 11011101 11111001 10001101 1011 0 101011 10 1001100 1011010 1001100

Color Harmonies of #DDF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF98D

Black with #DDF98D

Text Example


Text Example

White with #DDF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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