Html Css Color HEX #DDFF94 Reef

📋 copy color: '#DDFF94'

red 221 ◦ green 255 ◦ blue 148

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

Shades of Reef #DDFF94

Tints of Reef #DDFF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.72%

R = 35.42%
G = 40.87%
B = 23.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#DDFF94 (or 0xDDFF94) is known color: Reef. HEX triplet: DD, FF and 94. RGB value is (221,255,148). Sum of RGB (Red+Green+Blue) = 221+255+148=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF94 is #22006B. Grayscale: #E9E9E9. Windows color (decimal): -2228332 or 9764829. OLE color: 9764829.

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

Color convert

RGB 221 255 148 -
CMYK 0.13 0 0.42 0
HSL 79.07º 1% 0.79% -
HSV(B) 79.07º 0.42% 1% -
XYZ 70.92 89.03 41.46 -
YUV 232.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 221 255 148 0.13 0 0.42 0 79.07 1 0.79
Hex DD FF 94 D 0 2A 0 4F 64 4F
Octal 335 377 224 15 0 52 0 117 144 117
Binary 11011101 11111111 10010100 1101 0 101010 0 1001111 1100100 1001111

Color Harmonies of #DDFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF94

Black with #DDFF94

Text Example


Text Example

White with #DDFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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