Html Css Color HEX #DDF690 Reef

📋 copy color: '#DDF690'

red 221 ◦ green 246 ◦ blue 144

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

Shades of Reef #DDF690

Tints of Reef #DDF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.26%

 BLUE value IS 144 (56.64% from 255) = 23.57%

R = 36.17%
G = 40.26%
B = 23.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DDF690 (or 0xDDF690) is known color: Reef. HEX triplet: DD, F6 and 90. RGB value is (221,246,144). Sum of RGB (Red+Green+Blue) = 221+246+144=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF690 is #22096F. Grayscale: #E3E3E3. Windows color (decimal): -2230640 or 9500381. OLE color: 9500381.

HSL color Cylindrical-coordinate representation of color #DDF690: hue angle of 74.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF690 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 144 -
CMYK 0.10 0 0.41 0.04
HSL 74.71º 0.85% 0.76% -
HSV(B) 74.71º 0.41% 0.96% -
XYZ 67.81 83.3 38.89 -
YUV 226.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 221 246 144 0.10 0 0.41 0.04 74.71 0.85 0.76
Hex DD F6 90 A 0 29 4 4B 55 4C
Octal 335 366 220 12 0 51 4 113 125 114
Binary 11011101 11110110 10010000 1010 0 101001 100 1001011 1010101 1001100

Color Harmonies of #DDF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF690

Black with #DDF690

Text Example


Text Example

White with #DDF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF690; }

 p { color: rgb(221,246,144); }

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

background-color css

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

 a { background-color: rgb(221,246,144); }

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

border-color css

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

 span { border-color: rgb(221,246,144); }

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