Html Css Color HEX #DDF196 Reef

📋 copy color: '#DDF196'

red 221 ◦ green 241 ◦ blue 150

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

Shades of Reef #DDF196

Tints of Reef #DDF196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.38%

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

R = 36.11%
G = 39.38%
B = 24.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#DDF196 (or 0xDDF196) is known color: Reef. HEX triplet: DD, F1 and 96. RGB value is (221,241,150). Sum of RGB (Red+Green+Blue) = 221+241+150=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF196 is #220E69. Grayscale: #E0E0E0. Windows color (decimal): -2231914 or 9892317. OLE color: 9892317.

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

Color convert

RGB 221 241 150 -
CMYK 0.08 0 0.38 0.05
HSL 73.19º 0.76% 0.77% -
HSV(B) 73.19º 0.38% 0.95% -
XYZ 66.78 80.48 40.87 -
YUV 224.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 221 241 150 0.08 0 0.38 0.05 73.19 0.76 0.77
Hex DD F1 96 8 0 26 5 49 4C 4D
Octal 335 361 226 10 0 46 5 111 114 115
Binary 11011101 11110001 10010110 1000 0 100110 101 1001001 1001100 1001101

Color Harmonies of #DDF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF196

Black with #DDF196

Text Example


Text Example

White with #DDF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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