Html Css Color HEX #DDFA8D Reef

📋 copy color: '#DDFA8D'

red 221 ◦ green 250 ◦ blue 141

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

Shades of Reef #DDFA8D

Tints of Reef #DDFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

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

R = 36.11%
G = 40.85%
B = 23.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DDFA8D (or 0xDDFA8D) is known color: Reef. HEX triplet: DD, FA and 8D. RGB value is (221,250,141). Sum of RGB (Red+Green+Blue) = 221+250+141=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA8D is #220572. Grayscale: #E5E5E5. Windows color (decimal): -2229619 or 9304797. OLE color: 9304797.

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

Color convert

RGB 221 250 141 -
CMYK 0.12 0 0.44 0.02
HSL 75.96º 0.92% 0.77% -
HSV(B) 75.96º 0.44% 0.98% -
XYZ 68.81 85.67 38.11 -
YUV 228.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 221 250 141 0.12 0 0.44 0.02 75.96 0.92 0.77
Hex DD FA 8D C 0 2C 2 4C 5C 4D
Octal 335 372 215 14 0 54 2 114 134 115
Binary 11011101 11111010 10001101 1100 0 101100 10 1001100 1011100 1001101

Color Harmonies of #DDFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA8D

Black with #DDFA8D

Text Example


Text Example

White with #DDFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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