Html Css Color HEX #DDEF95 Reef

📋 copy color: '#DDEF95'

red 221 ◦ green 239 ◦ blue 149

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

Shades of Reef #DDEF95

Tints of Reef #DDEF95

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.24%

 BLUE value IS 149 (58.59% from 255) = 24.47%

R = 36.29%
G = 39.24%
B = 24.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#DDEF95 (or 0xDDEF95) is known color: Reef. HEX triplet: DD, EF and 95. RGB value is (221,239,149). Sum of RGB (Red+Green+Blue) = 221+239+149=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF95 is #22106A. Grayscale: #DFDFDF. Windows color (decimal): -2232427 or 9826269. OLE color: 9826269.

HSL color Cylindrical-coordinate representation of color #DDEF95: hue angle of 72º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDEF95 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 149 -
CMYK 0.08 0 0.38 0.06
HSL 72º 0.74% 0.76% -
HSV(B) 72º 0.38% 0.94% -
XYZ 66.11 79.28 40.25 -
YUV 223.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 221 239 149 0.08 0 0.38 0.06 72 0.74 0.76
Hex DD EF 95 8 0 26 6 48 4A 4C
Octal 335 357 225 10 0 46 6 110 112 114
Binary 11011101 11101111 10010101 1000 0 100110 110 1001000 1001010 1001100

Color Harmonies of #DDEF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF95

Black with #DDEF95

Text Example


Text Example

White with #DDEF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF95; }

 p { color: rgb(221,239,149); }

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

background-color css

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

 a { background-color: rgb(221,239,149); }

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

border-color css

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

 span { border-color: rgb(221,239,149); }

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