Html Css Color HEX #DDFF96 Reef

📋 copy color: '#DDFF96'

red 221 ◦ green 255 ◦ blue 150

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

Shades of Reef #DDFF96

Tints of Reef #DDFF96

RGB

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

 GREEN value IS 255 (100% from 255) = 40.73%

 BLUE value IS 150 (58.98% from 255) = 23.96%

R = 35.3%
G = 40.73%
B = 23.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#DDFF96 (or 0xDDFF96) is known color: Reef. HEX triplet: DD, FF and 96. RGB value is (221,255,150). Sum of RGB (Red+Green+Blue) = 221+255+150=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF96 is #220069. Grayscale: #E9E9E9. Windows color (decimal): -2228330 or 9895901. OLE color: 9895901.

HSL color Cylindrical-coordinate representation of color #DDFF96: hue angle of 79.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDFF96 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 150 -
CMYK 0.13 0 0.41 0
HSL 79.43º 1% 0.79% -
HSV(B) 79.43º 0.41% 1% -
XYZ 71.08 89.09 42.3 -
YUV 232.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 221 255 150 0.13 0 0.41 0 79.43 1 0.79
Hex DD FF 96 D 0 29 0 4F 64 4F
Octal 335 377 226 15 0 51 0 117 144 117
Binary 11011101 11111111 10010110 1101 0 101001 0 1001111 1100100 1001111

Color Harmonies of #DDFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF96

Black with #DDFF96

Text Example


Text Example

White with #DDFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF96; }

 p { color: rgb(221,255,150); }

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

background-color css

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

 a { background-color: rgb(221,255,150); }

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

border-color css

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

 span { border-color: rgb(221,255,150); }

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