#DCEF94

Color #DCEF94 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCEF94

Tints of Reef #DCEF94

Color information

#DCEF94 (or 0xDCEF94) is unknown color: approx Reef. HEX triplet: DC, EF and 94. RGB value is (220,239,148). Sum of RGB (Red+Green+Blue) = 220+239+148=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF94 is #23106B. Grayscale: #DFDFDF. Windows color (decimal): -2297964 or 9760732. OLE color: 9760732.

HSL color Cylindrical-coordinate representation of color #DCEF94: hue angle of 72.53º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCEF94 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB220239148-
CMYK0.0800.380.06
HSL72.53º73.98%75.88%-
HSV(B)72.53º38.08%93.73%-
XYZ65.7379.0939.82-
YUV222.9485.71125.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 148 (58.20% from 255) = 24.38%
R=36.24%
G=39.37%
B=24.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391480.0800.380.0672.5373.9875.88
HexDCEF9480266494a4c
Octal334357224100466111112114
Binary11011100111011111001010010000100110110100100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEF94; }

 p { color: rgb(220,239,148); }

 H1.HeaderClassName
 {
   color: #DCEF94;
 }
 .AnyTagClassName
 {
   color: #DCEF94;
 }
</style>
background-color css

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

 a { background-color: rgb(220,239,148); }

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

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

 span { border-color: rgb(220,239,148); }

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