Html Css Color HEX #DDF197 Reef

📋 copy color: '#DDF197'

red 221 ◦ green 241 ◦ blue 151

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

Shades of Reef #DDF197

Tints of Reef #DDF197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.63%

R = 36.05%
G = 39.31%
B = 24.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#DDF197 (or 0xDDF197) is known color: Reef. HEX triplet: DD, F1 and 97. RGB value is (221,241,151). Sum of RGB (Red+Green+Blue) = 221+241+151=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF197 is #220E68. Grayscale: #E1E1E1. Windows color (decimal): -2231913 or 9957853. OLE color: 9957853.

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

Color convert

RGB 221 241 151 -
CMYK 0.08 0 0.37 0.05
HSL 73.33º 0.76% 0.77% -
HSV(B) 73.33º 0.37% 0.95% -
XYZ 66.86 80.52 41.3 -
YUV 224.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 221 241 151 0.08 0 0.37 0.05 73.33 0.76 0.77
Hex DD F1 97 8 0 25 5 49 4C 4D
Octal 335 361 227 10 0 45 5 111 114 115
Binary 11011101 11110001 10010111 1000 0 100101 101 1001001 1001100 1001101

Color Harmonies of #DDF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF197

Black with #DDF197

Text Example


Text Example

White with #DDF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF197; }

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

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

background-color css

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

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

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

border-color css

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

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

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