Html Css Color HEX #DDF68E Reef

📋 copy color: '#DDF68E'

red 221 ◦ green 246 ◦ blue 142

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

Shades of Reef #DDF68E

Tints of Reef #DDF68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 36.29%
G = 40.39%
B = 23.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#DDF68E (or 0xDDF68E) is known color: Reef. HEX triplet: DD, F6 and 8E. RGB value is (221,246,142). Sum of RGB (Red+Green+Blue) = 221+246+142=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF68E is #220971. Grayscale: #E3E3E3. Windows color (decimal): -2230642 or 9369309. OLE color: 9369309.

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

Color convert

RGB 221 246 142 -
CMYK 0.10 0 0.42 0.04
HSL 74.42º 0.85% 0.76% -
HSV(B) 74.42º 0.42% 0.96% -
XYZ 67.66 83.24 38.09 -
YUV 226.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 221 246 142 0.10 0 0.42 0.04 74.42 0.85 0.76
Hex DD F6 8E A 0 2A 4 4A 55 4C
Octal 335 366 216 12 0 52 4 112 125 114
Binary 11011101 11110110 10001110 1010 0 101010 100 1001010 1010101 1001100

Color Harmonies of #DDF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF68E

Black with #DDF68E

Text Example


Text Example

White with #DDF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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