Html Css Color HEX #DDF296 Reef

📋 copy color: '#DDF296'

red 221 ◦ green 242 ◦ blue 150

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

Shades of Reef #DDF296

Tints of Reef #DDF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

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

R = 36.05%
G = 39.48%
B = 24.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#DDF296 (or 0xDDF296) is known color: Reef. HEX triplet: DD, F2 and 96. RGB value is (221,242,150). Sum of RGB (Red+Green+Blue) = 221+242+150=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF296 is #220D69. Grayscale: #E1E1E1. Windows color (decimal): -2231658 or 9892573. OLE color: 9892573.

HSL color Cylindrical-coordinate representation of color #DDF296: hue angle of 73.7º degrees, saturation: 0.78, 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 #DDF296 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 150 -
CMYK 0.09 0 0.38 0.05
HSL 73.7º 0.78% 0.77% -
HSV(B) 73.7º 0.38% 0.95% -
XYZ 67.08 81.08 40.97 -
YUV 225.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 221 242 150 0.09 0 0.38 0.05 73.7 0.78 0.77
Hex DD F2 96 9 0 26 5 4A 4E 4D
Octal 335 362 226 11 0 46 5 112 116 115
Binary 11011101 11110010 10010110 1001 0 100110 101 1001010 1001110 1001101

Color Harmonies of #DDF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF296

Black with #DDF296

Text Example


Text Example

White with #DDF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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