Html Css Color HEX #DDFE8E Reef

📋 copy color: '#DDFE8E'

red 221 ◦ green 254 ◦ blue 142

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

Shades of Reef #DDFE8E

Tints of Reef #DDFE8E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.17%

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

R = 35.82%
G = 41.17%
B = 23.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#DDFE8E (or 0xDDFE8E) is known color: Reef. HEX triplet: DD, FE and 8E. RGB value is (221,254,142). Sum of RGB (Red+Green+Blue) = 221+254+142=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE8E is #220171. Grayscale: #E7E7E7. Windows color (decimal): -2228594 or 9371357. OLE color: 9371357.

HSL color Cylindrical-coordinate representation of color #DDFE8E: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFE8E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 142 -
CMYK 0.13 0 0.44 0.00
HSL 77.68º 0.98% 0.78% -
HSV(B) 77.68º 0.44% 1% -
XYZ 70.14 88.21 38.92 -
YUV 231.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 221 254 142 0.13 0 0.44 0.00 77.68 0.98 0.78
Hex DD FE 8E D 0 2C 0 4E 62 4E
Octal 335 376 216 15 0 54 0 116 142 116
Binary 11011101 11111110 10001110 1101 0 101100 0 1001110 1100010 1001110

Color Harmonies of #DDFE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE8E

Black with #DDFE8E

Text Example


Text Example

White with #DDFE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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