Html Css Color HEX #DDFD91 Reef

📋 copy color: '#DDFD91'

red 221 ◦ green 253 ◦ blue 145

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

Shades of Reef #DDFD91

Tints of Reef #DDFD91

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.87%

 BLUE value IS 145 (57.03% from 255) = 23.42%

R = 35.7%
G = 40.87%
B = 23.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#DDFD91 (or 0xDDFD91) is known color: Reef. HEX triplet: DD, FD and 91. RGB value is (221,253,145). Sum of RGB (Red+Green+Blue) = 221+253+145=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 145 (57.03% from 255 or 23.42% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD91 is #22026E. Grayscale: #E7E7E7. Windows color (decimal): -2228847 or 9567709. OLE color: 9567709.

HSL color Cylindrical-coordinate representation of color #DDFD91: hue angle of 77.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFD91 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 145 -
CMYK 0.13 0 0.43 0.01
HSL 77.78º 0.96% 0.78% -
HSV(B) 77.78º 0.43% 0.99% -
XYZ 70.05 87.67 40.02 -
YUV 231.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 221 253 145 0.13 0 0.43 0.01 77.78 0.96 0.78
Hex DD FD 91 D 0 2B 1 4E 60 4E
Octal 335 375 221 15 0 53 1 116 140 116
Binary 11011101 11111101 10010001 1101 0 101011 1 1001110 1100000 1001110

Color Harmonies of #DDFD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD91

Black with #DDFD91

Text Example


Text Example

White with #DDFD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD91; }

 p { color: rgb(221,253,145); }

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

background-color css

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

 a { background-color: rgb(221,253,145); }

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

border-color css

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

 span { border-color: rgb(221,253,145); }

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