Html Css Color HEX #DDF992 Reef

📋 copy color: '#DDF992'

red 221 ◦ green 249 ◦ blue 146

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

Shades of Reef #DDF992

Tints of Reef #DDF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.42%

 BLUE value IS 146 (57.42% from 255) = 23.7%

R = 35.88%
G = 40.42%
B = 23.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DDF992 (or 0xDDF992) is known color: Reef. HEX triplet: DD, F9 and 92. RGB value is (221,249,146). Sum of RGB (Red+Green+Blue) = 221+249+146=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF992 is #22066D. Grayscale: #E5E5E5. Windows color (decimal): -2229870 or 9632221. OLE color: 9632221.

HSL color Cylindrical-coordinate representation of color #DDF992: hue angle of 76.31º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF992 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 146 -
CMYK 0.11 0 0.41 0.02
HSL 76.31º 0.9% 0.77% -
HSV(B) 76.31º 0.41% 0.98% -
XYZ 68.88 85.2 40.01 -
YUV 228.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 221 249 146 0.11 0 0.41 0.02 76.31 0.9 0.77
Hex DD F9 92 B 0 29 2 4C 5A 4D
Octal 335 371 222 13 0 51 2 114 132 115
Binary 11011101 11111001 10010010 1011 0 101001 10 1001100 1011010 1001101

Color Harmonies of #DDF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF992

Black with #DDF992

Text Example


Text Example

White with #DDF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF992; }

 p { color: rgb(221,249,146); }

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

background-color css

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

 a { background-color: rgb(221,249,146); }

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

border-color css

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

 span { border-color: rgb(221,249,146); }

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