Html Css Color HEX #DDF98F Reef

📋 copy color: '#DDF98F'

red 221 ◦ green 249 ◦ blue 143

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

Shades of Reef #DDF98F

Tints of Reef #DDF98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 36.05%
G = 40.62%
B = 23.33%

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

#DDF98F (or 0xDDF98F) is known color: Reef. HEX triplet: DD, F9 and 8F. RGB value is (221,249,143). Sum of RGB (Red+Green+Blue) = 221+249+143=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98F is #220670. Grayscale: #E4E4E4. Windows color (decimal): -2229873 or 9435613. OLE color: 9435613.

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

Color convert

RGB 221 249 143 -
CMYK 0.11 0 0.43 0.02
HSL 75.85º 0.9% 0.77% -
HSV(B) 75.85º 0.43% 0.98% -
XYZ 68.65 85.11 38.8 -
YUV 228.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 221 249 143 0.11 0 0.43 0.02 75.85 0.9 0.77
Hex DD F9 8F B 0 2B 2 4C 5A 4D
Octal 335 371 217 13 0 53 2 114 132 115
Binary 11011101 11111001 10001111 1011 0 101011 10 1001100 1011010 1001101

Color Harmonies of #DDF98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF98F

Black with #DDF98F

Text Example


Text Example

White with #DDF98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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