#DCF093

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

Shades of Reef #DCF093

Tints of Reef #DCF093

Color information

#DCF093 (or 0xDCF093) is unknown color: approx Reef. HEX triplet: DC, F0 and 93. RGB value is (220,240,147). Sum of RGB (Red+Green+Blue) = 220+240+147=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF093 is #230F6C. Grayscale: #DFDFDF. Windows color (decimal): -2297709 or 9695452. OLE color: 9695452.

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

Color convert

RGB220240147-
CMYK0.0800.390.06
HSL72.9º75.61%75.88%-
HSV(B)72.9º38.75%94.12%-
XYZ65.9479.6439.5-
YUV223.4284.87125.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=36.24%
G=39.54%
B=24.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401470.0800.390.0672.975.6175.88
HexDCF09380276494c4c
Octal334360223100476111114114
Binary11011100111100001001001110000100111110100100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF093; }

 p { color: rgb(220,240,147); }

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

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

 a { background-color: rgb(220,240,147); }

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

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

 span { border-color: rgb(220,240,147); }

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