#DCF19B

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

Shades of Reef #DCF19B

Tints of Reef #DCF19B

Color information

#DCF19B (or 0xDCF19B) is unknown color: approx Reef. HEX triplet: DC, F1 and 9B. RGB value is (220,241,155). Sum of RGB (Red+Green+Blue) = 220+241+155=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19B is #230E64. Grayscale: #E1E1E1. Windows color (decimal): -2297445 or 10219996. OLE color: 10219996.

HSL color Cylindrical-coordinate representation of color #DCF19B: hue angle of 74.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF19B is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB220241155-
CMYK0.0900.360.05
HSL74.65º75.44%77.65%-
HSV(B)74.65º35.68%94.51%-
XYZ66.8980.4943.02-
YUV224.9288.54124.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 155 (60.94% from 255) = 25.16%
R=35.71%
G=39.12%
B=25.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411550.0900.360.0574.6575.4477.65
HexDCF19B902454b4b4e
Octal334361233110445113113116
Binary11011100111100011001101110010100100101100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF19B; }

 p { color: rgb(220,241,155); }

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

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

 a { background-color: rgb(220,241,155); }

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

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

 span { border-color: rgb(220,241,155); }

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