Html Css Color HEX #DCFD9E Reef

📋 copy color: '#DCFD9E'

red 220 ◦ green 253 ◦ blue 158

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

Shades of Reef #DCFD9E

Tints of Reef #DCFD9E

RGB

 RED value IS 220 (86.33% from 255) = 34.87%

 GREEN value IS 253 (99.22% from 255) = 40.1%

 BLUE value IS 158 (62.11% from 255) = 25.04%

R = 34.87%
G = 40.1%
B = 25.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DCFD9E (or 0xDCFD9E) is known color: Reef. HEX triplet: DC, FD and 9E. RGB value is (220,253,158). Sum of RGB (Red+Green+Blue) = 220+253+158=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD9E is #230261. Grayscale: #E8E8E8. Windows color (decimal): -2294370 or 10419676. OLE color: 10419676.

HSL color Cylindrical-coordinate representation of color #DCFD9E: hue angle of 80.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFD9E is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 158 -
CMYK 0.13 0 0.38 0.01
HSL 80.84º 0.96% 0.81% -
HSV(B) 80.84º 0.38% 0.99% -
XYZ 70.81 87.93 45.59 -
YUV 232.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 220 253 158 0.13 0 0.38 0.01 80.84 0.96 0.81
Hex DC FD 9E D 0 26 1 51 60 51
Octal 334 375 236 15 0 46 1 121 140 121
Binary 11011100 11111101 10011110 1101 0 100110 1 1010001 1100000 1010001

Color Harmonies of #DCFD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD9E

Black with #DCFD9E

Text Example


Text Example

White with #DCFD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD9E; }

 p { color: rgb(220,253,158); }

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

background-color css

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

 a { background-color: rgb(220,253,158); }

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

border-color css

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

 span { border-color: rgb(220,253,158); }

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